evennia/devblog/_src/templates/post.html
2021-11-16 00:12:06 +01:00

11 lines
357 B
HTML

<h1 id={{ blogpost.anchor }}>
{{ blogpost.title }}
<a class="devblog-headerlink" href="{{ blogpost.permalink }}" title="Permalink to this blog post"></a>
<div class="devblog-title-date">- {{ blogpost.date_pretty }}</div>
</h1>
{{ blogpost.html }}
<footer>
<p>
<small><em>{{ blogpost.image_copyrights }}</em></small>
</p>
</footer>