mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
updated date now shows up properly
This commit is contained in:
@ -6,5 +6,5 @@
|
|||||||
<time datetime="{{ date | datetime }}" pubdate {% if updated %} updated {% endif %}>{{ date | ordinalize }}</time>
|
<time datetime="{{ date | datetime }}" pubdate {% if updated %} updated {% endif %}>{{ date | ordinalize }}</time>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if was_updated != '0' %}
|
{% if was_updated != '0' %}
|
||||||
<time class="updated" datetime="{{ updated | datetime }}"></time>
|
<time class="updated" datetime="{{ updated | datetime }}">{{ updated | ordinalize }}</time>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user