www-lordnet-sh/boring/blog.njk
lordtet 955a330ad9 i seriously vibe coded the hell out of this LOL. I'm not a web guy. I'll
look this over to make sure its not TOO slop-heavy later on.
2026-03-23 22:49:10 -04:00

17 lines
332 B
Text

---
permalink: false
---
# Blog
{% if collections.posts.length %}
{% for post in collections.posts %}
- [{{ post.data.title }}]({{ post.url }}) — {{ post.date | readableDate }}{% if post.data.tags %} `{{ post.data.tags | join(', ') }}`{% endif %}
{% endfor %}
{% else %}
*(no posts yet)*
{% endif %}
---
[← back](/boring/)