From 65e0ad4263b8cd672c548cc429ef0de91e91d5fa Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Mon, 9 Dec 2019 15:28:44 -0800 Subject: [PATCH] add last updated to the edit links on the docs --- layouts/partials/page-edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/page-edit.html b/layouts/partials/page-edit.html index 5e16a32293f..4ab823fef49 100755 --- a/layouts/partials/page-edit.html +++ b/layouts/partials/page-edit.html @@ -1,3 +1,4 @@ +{{ if not .Lastmod.IsZero }}Last updated on {{ .Lastmod.Format "Jan 2, 2006" }}{{ end }}
-
\ No newline at end of file +