mercury-site/index.md

11 lines
158 B
Markdown
Raw Normal View History

2023-04-16 17:19:40 +00:00
---
layout: default.liquid
---
## Blog!
{% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}]({{ post.permalink }})
{% endfor %}