layout: default
<div class=“post”> <h1>Category: {{ page.category }}</h1> <ul> {% for post in site.categories %}
<li> {{ post.date | date: "%Y-%m-%d" }} » <a href="{{ post.url }}">{{ post.title }}</a> </li>
{% endfor %} </ul> </div> <hr>
layout: default
<div class=“post”> <h1>Category: {{ page.category }}</h1> <ul> {% for post in site.categories %}
<li> {{ post.date | date: "%Y-%m-%d" }} » <a href="{{ post.url }}">{{ post.title }}</a> </li>
{% endfor %} </ul> </div> <hr>