You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
278 B

---
layout: default
title: Blog
---
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<span class="post-date">{{ post.date | date: "%d %B %Y" }}</span>
<p>{{ post.excerpt }}</p>
</li>
{% endfor %}
</ul>