2021-02-11 15:54:56 +01:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2021-02-11 19:12:20 +01:00
|
|
|
{% for post in site.posts %}
|
|
|
|
<article class="feed-item">
|
|
|
|
<small class="date">{{ post.date | date: "%Y-%m-%d" }}</small>
|
2021-02-11 20:53:11 +01:00
|
|
|
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
2021-02-11 19:12:20 +01:00
|
|
|
{{ post.excerpt }}
|
|
|
|
</article>
|
|
|
|
{% endfor %}
|