Recent Posts

{% for recent in site.posts offset:1 limit:3 %} {% if recent.url != page.url %}
{{recent.url}}

{{ recent.title }}

{% assign author = site.data.blog.authors[recent.author] %}
{% if recent.author %} {{ author.name }} {% endif %} {{recent.author}}
{{recent.date | date_to_string }}
Read More
{% endif %} {% endfor %}