evennia/devblog/templates/post.html
2021-11-15 11:32:23 +01:00

11 lines
333 B
HTML

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