website/index.html

12 lines
251 B
HTML
Raw Normal View History

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>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
{{ post.excerpt }}
</article>
{% endfor %}