diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 50cdd0d..18f52fa 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -10,6 +10,16 @@
{{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
+
+
+
+ Published: {{ .Date.Format "Jan 2, 2006" }}
+ {{ if ne (.Lastmod.Format "2006-01-02") (.Date.Format "2006-01-02") }}
+
+ Last updated: {{ .Lastmod.Format "Jan 2, 2006" }}
+
+ {{ end }}
+
{{ if not (.Params.showAuthorBottom | default (site.Params.article.showAuthorBottom | default false)) }}
{{ template "SingleAuthor" . }}