diff -r 376692051823 -r 3c30fc0f8ce0 theme/templates/article.html --- a/theme/templates/article.html Sat Mar 19 00:49:24 2016 +0100 +++ b/theme/templates/article.html Sat Mar 19 00:50:44 2016 +0100 @@ -15,7 +15,7 @@ {% block content %}
-
Posted on {{ article.locale_date}}
+
Posted on {{ article.locale_date}}{% if article.locale_modified and article.locale_modified != article.locale_date %} (last updated on {{ article.locale_modified }}) {% endif %}