mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
11 lines
357 B
HTML
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>
|