www-lordnet-sh/_includes/post-plain.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

11 lines
275 B
Text

---
layout: plain.njk
---
<h1>{{ title }}</h1>
<p style="font-size:0.85em; color:#555;">
{{ date | readableDate }}{% if tags %} &middot; {{ tags | join(', ') }}{% endif %}
</p>
<hr>
{{ content | safe }}
<hr>
<p class="back"><a href="/boring/blog/">← back to blog</a></p>