website/blog.md

10 lines
167 B
Markdown
Raw Normal View History

2022-03-04 20:38:16 +00:00
---
layout: default.liquid
permalink: /blog
---
# {{page.title}}
{% for post in collections.posts.pages %}
2022-03-05 15:40:51 +00:00
### [{{ post.title }}](/{{ post.permalink }})
2022-03-04 20:38:16 +00:00
{% endfor %}