leftypol/templates/post/time.html
2024-08-28 23:42:35 +02:00

1 line
188 B
HTML

<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>