{%- if site.posts.size>0 -%}

Recent Posts

{%- endif -%}
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {% for post in posts limit: 6%} {%- include /authors/authors.html -%}
{{post.title}}

{{ post.title }}

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