leftypol/templates/post/time.html

2 lines
188 B
HTML
Raw Normal View History

2024-08-28 21:38:40 +02:00
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}" title="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>