evennia/devblog/templates/post.html
2021-11-14 23:38:43 +01:00

11 lines
324 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>{{ post.image_copyrights }}</small>
</p>
</footer>