diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 35899b6..5313009 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -75,6 +75,7 @@
{{ if .Site.Params.dateformNumTime }}{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}{{ else }}{{ dateFormat "2006-01-02 15:04 -0700" .Date.Local }}{{ end }}
+ {{ if .LastMod }} (Last updated: {{ if .Site.Params.dateformNumTime }}{{ dateFormat .Site.Params.dateformNumTime .LastMod.Local }}{{ else }}{{ dateFormat "2006-01-02 15:04 -0700" .LastMod.Local }}){{ end }}
{{- if .GitInfo }}