templates: substitute deprecated functions

This commit is contained in:
Zankaria
2024-04-03 17:14:49 +02:00
parent 1fa60e7386
commit 4ffe91e384
6 changed files with 10 additions and 14 deletions

View File

@@ -29,7 +29,7 @@
{% else %}
<em>no subject</em>
{% endif %}
<span class="unimportant"> &mdash; by {{ entry.name }} at {{ entry.time|date(config.post_date, config.timezone) }}</span>
<span class="unimportant"> &mdash; by {{ entry.name }} at {{ entry.time|date(config.post_date) }}</span>
</h2>
<p>{{ entry.body }}</p>
{% endfor %}