Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 327 Bytes

blog.md

File metadata and controls

17 lines (14 loc) · 327 Bytes
layout title date categories
layouts/base.njk
Blog Home
2024-02-09
blog

{{ title }}

This is the homepage of the Blog section

Blog Posts

    {% for post in collections.post reversed %}
  • {{ post.data.title }} - {{ post.date | postDate }}
  • {% endfor %}