Website/posts.md

10 lines
171 B
Markdown
Raw Normal View History

2017-10-05 11:16:11 +00:00
---
title: "Posts"
2017-10-05 11:18:51 +00:00
layout: default
2017-10-05 11:16:11 +00:00
---
{% for post in site.posts %}
2023-02-20 06:04:07 +00:00
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
2017-10-05 11:16:11 +00:00
{{ post.excerpt }}
{% endfor %}