Browse code

updated date now shows up properly

Brandon Mathis authored on 22/08/2011 at 21:24:02
Showing 1 changed files
... ...
@@ -6,5 +6,5 @@
6 6
 <time datetime="{{ date | datetime }}" pubdate {% if updated %} updated {% endif %}>{{ date | ordinalize }}</time>
7 7
 {% endif %}
8 8
 {% if was_updated != '0' %}
9
-<time class="updated" datetime="{{ updated | datetime }}"></time>
9
+<time class="updated" datetime="{{ updated | datetime }}">{{ updated | ordinalize }}</time>
10 10
 {% endif %}