layout: default


<div class=“post”> <h1>Category: {{ page.category }}</h1> <ul> {% for post in site.categories %}

<li>
  {{ post.date | date: "%Y-%m-%d" }} &raquo; <a href="{{ post.url }}">{{ post.title }}</a>
</li>

{% endfor %} </ul> </div> <hr>