diff --git a/templates/article.html b/templates/article.html index ac04a2b..407159f 100755 --- a/templates/article.html +++ b/templates/article.html @@ -52,6 +52,9 @@ {% endfor %} on {{ article.locale_date }} + {% if article.modified %} + Updated on {{ article.locale_modified }} + {% endif %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}