{% include head.html %} {% include navigation.html %}
{% assign category = page.title %}

Category: {{ category }}

{% for post in site.posts %} {% if post.category == category %} {% include post-list.html%} {% endif %} {% endfor %}
{% include footer.html %} {% include js.html %}