Files
11ty_neocities/src/blog.md
2023-02-26 00:53:17 +10:30

11 lines
299 B
Markdown

---
title: blog
layout: layout/base.njk
---
These are all of my amazing blog posts, enjoy!
{% for post in collections.blog | reverse %}
- [{{ post.data.title }}]({{ post.data.page.fileSlug }})
{% endfor %}
<!-- post.data contents are at https://github.com/11ty/eleventy/discussions/2284 -->