mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 14:07:27 -04:00
Fix .Site.LastChange doc
Co-authored-by: Joe Mooring <joe@mooring.com>
This commit is contained in:
parent
393aa16d0a
commit
9fa67d981b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user