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

Recent Posts

{%- endif -%}
{% for post in site.posts offset:1 limit:3 %} {% if post.url != page.url %} {%- include /authors/authors.html -%}

{{ post.title }}

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