{% include head.html %}
{% include header.html %}
Category: {{ page.title }}
{{ content }}
{% capture get_category %}{{ page.title }}{% endcapture %} {% for post in site.categories[get_category] %}
{{ post.title }}
Posted: {{ post.date }}
Author: {{ post.author }}
{{ post.excerpt }}
{% endfor %}
{% include footer.html %}