diff --git a/templates/article.html b/templates/article.html
index 72c5755..e1a787d 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -81,6 +81,11 @@
{% endfor %}
{% endif %}
+ Published:
+ {% if article.modified %}
+ Updated:
+ {% endif %}
+
{% if SOCIAL_SHARE is sameas true %}
Share this article on:
@@ -121,10 +126,6 @@
{% endif %}