Skip to content

Commit

Permalink
updated date now shows up properly
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Aug 22, 2011
1 parent 282723e commit 599cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .themes/classic/source/_includes/post/date.html
Expand Up @@ -6,5 +6,5 @@
<time datetime="{{ date | datetime }}" pubdate {% if updated %} updated {% endif %}>{{ date | ordinalize }}</time>
{% endif %}
{% if was_updated != '0' %}
<time class="updated" datetime="{{ updated | datetime }}"></time>
<time class="updated" datetime="{{ updated | datetime }}">{{ updated | ordinalize }}</time>
{% endif %}

0 comments on commit 599cd4e

Please sign in to comment.