diff --git a/templates/_includes/last_updated.html b/templates/_includes/last_updated.html index 9ccd54e4..f6ba4e74 100644 --- a/templates/_includes/last_updated.html +++ b/templates/_includes/last_updated.html @@ -6,8 +6,7 @@ {% set delta = (article.modified - article.date).days %} {% if delta > 0 %}

Last Updated

-{% set day = article.modified.strftime('%d')|int %} - + {% endif %} {% elif article.modified %}