www-lordnet-sh/_includes/post-plain.njk

12 lines
275 B
Text
Raw Normal View History

---
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>