DevBlog/posts.md

10 lines
253 B
Markdown
Raw Normal View History

2025-01-14 20:45:08 +01:00
---
title: Posts
layout: default.liquid
permalink: /posts
---
{% for post in collections.posts.pages %}
2025-01-27 11:37:56 +01:00
### [{% if post.published_date %}{{ post.published_date | date: "%Y-%m-%d" }} - {% endif %} {{ post.title }}](/{{ post.permalink }})
2025-01-14 20:45:08 +01:00
{% endfor %}