mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 14:26:30 +01:00
11 lines
324 B
HTML
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>
|