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