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.

16 lines
398 B

---
layout: default
title: Blog
---
<table class="post-list">
{% for post in site.posts %}
<tr>
<td>
<h2 class="post-title"><a class="post-title-link" href="{{ post.url }}">{{ post.title }}</a></h2>
<span class="post-date">{{ post.date | date: "%d %B %Y" }}</span>
<div class="post-excerpt">{{ post.excerpt }}</div>
</td>
</tr>
{% endfor %}
</table>