mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
updated date now shows up properly
This commit is contained in:
parent
282723ef3e
commit
599cd4e07c
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user