Blog

{% if page.paginator %} {% assign paginator = page.paginator %}

Tag Archives: {{ page.title }}

{% endif %}
{% for post in paginator.posts %}

{{ post.title }}
{{ post.author }} on {{ post.date | date: "%-d %B %Y" }}

{{ post.content | strip_html | truncatewords: 50 }}

Read More
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}