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

@@ -1 +1 @@
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>
<time datetime="{{ post.time|date('Y-m-d\\TH:i:s\Z') }}">{{ post.time|date(config.post_date) }}</time>