DevBlog/index.md

13 lines
165 B
Markdown
Raw Normal View History

2025-01-09 15:14:49 +01:00
---
layout: default.liquid
---
## Blog!
2025-01-09 16:25:38 +01:00
WIP !
2025-01-09 15:14:49 +01:00
{% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}]({{ post.permalink }})
{% endfor %}