Files
quick-n-dirty/templates/post/time.html
T

2 lines
104 B
HTML

<time datetime="{{ post.time|date('Y-m-d\\TH:i:s\Z') }}">{{ post.time|date(config.post_date) }}</time>