diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index de3f1218..f48e6ef4 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -3,6 +3,7 @@
{{ .Title | markdownify }}
{{ with .Params.author }}{{ . }}
{{ end }}
{{ if (gt .Params.date 0) }}{{ .Date.Format "2006/01/02" }}
{{ end }}
+{{ if not (eq .Lastmod .Date) }}Updated {{ .Lastmod.Format "2006/01/02" }}{{ end }}