Fix .Site.LastChange doc

Co-authored-by: Joe Mooring <joe@mooring.com>
This commit is contained in:
Will Faught 2023-09-24 14:10:22 -07:00 committed by GitHub
parent 393aa16d0a
commit 9fa67d981b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.