forked from leftypol/leftypol
time.html: add title. Fix #185
This commit is contained in:
parent
333681a95b
commit
79e8f00b21
1 changed files with 1 additions and 1 deletions
|
@ -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-%dT%H:%M:%S') }}{{ timezone() }}" title="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue