mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: More detailed explanation of .Site.LastChange
This commit is contained in:
parent
6511e2c48f
commit
ee7dd2929f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Also available is `.Site` which has the following:
|
|||
**.Site.LanguageCode** A string representing the language as defined in the site configuration.<br>
|
||||
**.Site.DisqusShortname** A string representing the shortname of the Disqus shortcode as defined in the site configuration.<br>
|
||||
**.Site.Copyright** A string representing the copyright of your web site as defined in the site configuration.<br>
|
||||
**.Site.LastChange** A string representing the last time content has been updated.<br>
|
||||
**.Site.LastChange** A string representing the date/time of the most recent change to your site, based on the [`date` variable]({{< ref "content/front-matter.md#required-variables" >}}) in the front matter of your content pages.<br>
|
||||
**.Site.Permalinks** A string to override the default permalink format. Defined in the site configuration.<br>
|
||||
**.Site.BuildDrafts** A boolean (Default: false) to indicate whether to build drafts. Defined in the site configuration.<br>
|
||||
**.Site.Data** Custom data, see [Data Files](/extras/datafiles/).<br>
|
||||
|
|
Loading…
Reference in a new issue