diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-08-22 17:24:02 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-08-22 17:24:02 -0400 |
commit | 599cd4e07c59c92fa863f6eb8431394e3813411c (patch) | |
tree | 0a537748a79713a9b8d8e01f22a15ddc0e97f942 /.themes/classic/source | |
parent | 282723ef3e1f6c46152a6066d0e620283e4df209 (diff) | |
download | my_new_personal_website-599cd4e07c59c92fa863f6eb8431394e3813411c.tar.xz my_new_personal_website-599cd4e07c59c92fa863f6eb8431394e3813411c.zip |
updated date now shows up properly
Diffstat (limited to '.themes/classic/source')
-rw-r--r-- | .themes/classic/source/_includes/post/date.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/post/date.html b/.themes/classic/source/_includes/post/date.html index f1ed4815..dce92472 100644 --- a/.themes/classic/source/_includes/post/date.html +++ b/.themes/classic/source/_includes/post/date.html @@ -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 %} |