DevBlog/posts.md
2025-01-14 20:54:28 +01:00

10 lines
213 B
Markdown

---
title: Posts
layout: default.liquid
permalink: /posts
---
{% for post in collections.posts.pages %}
### [{{ post.published_date | date: "%Y-%m-%d" }} - {{ post.title }}](/{{ post.permalink }})
{% endfor %}