{% assign blogData= site.data.blog.blog %}
{%- if blogData.size>0 -%}

Recent Posts

{%- endif -%}
{% for post in blogData limit: 6%} {%- include /authors/authors.html -%}
{{post.title}}

{{ post.title }}

{% if post.author %} {{ authorName }} {% endif %} {{authorName}}
{{post.date | date_to_string }}
Read More
{% endfor %}