DevBlog/posts.md

10 lines
213 B
Markdown
Raw Permalink Normal View History

2025-01-14 20:45:08 +01:00
---
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 %}