--- layout: default --- {{ content }}
{% for post in paginator.posts %}

{{ post.title }}

{% assign tags = post.tags %} {% if tags != "" %}
{% for tag in tags %}
{{ tag | upcase }}
{% unless forloop.last %} {% endunless %} {% endfor %}
{% endif %}
{{ post.excerpt }}
Read More
{% endfor %}