diff --git a/layouts/shortcodes/last-updated.html b/layouts/shortcodes/last-updated.html
index ef0ae52..0e465e0 100644
--- a/layouts/shortcodes/last-updated.html
+++ b/layouts/shortcodes/last-updated.html
@@ -1 +1 @@
-{{ .Page.Date.Format "2006-01-02 15:04:05 MST" }}
\ No newline at end of file
+{{ .Page.Lastmod.Format "2006-01-02 15:04:05 MST" }}
\ No newline at end of file