From 9fa67d981b1fbefcfaeca6dec83634f5404ae7c1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 24 Sep 2023 14:10:22 -0700 Subject: [PATCH] Fix .Site.LastChange doc Co-authored-by: Joe Mooring --- content/en/variables/site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/site.md b/content/en/variables/site.md index 117f45346..9c88ee504 100644 --- a/content/en/variables/site.md +++ b/content/en/variables/site.md @@ -72,7 +72,7 @@ All the methods below, e.g. `.Site.RegularPages` can also be reached via the glo : an ordered list (ordered by defined weight) of languages. .Site.LastChange -: a string representing the date/time of the most recent change to your site. This string is based on the [`date` variable in the front matter](/content-management/front-matter) of your content pages. +: a [time.Time](https://godoc.org/time#Time) value representing the date/time of the most recent change to your site. .Site.Menus : all the menus in the site.