Skip to content

Latest commit

 

History

History
executable file
·
31 lines (27 loc) · 610 Bytes

File metadata and controls

executable file
·
31 lines (27 loc) · 610 Bytes
layout page
title Posts
listing true
permalink /posts

{% for post in site.posts %}

{{ post.date | date: "%-d %B %Y" }}

<span>
	{{ post.excerpt }}
</span>

<ul class="list horizontal">{% for category in post.categories %}
	<span class="chip">{{ category }}</span>{% endfor %}
</ul>
{% endfor %}
  • RSS feed