updated date now shows up properly

main
Brandon Mathis 14 years ago
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…
Cancel
Save