mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 03:32:38 +00:00
Added .Site.Home to Site Variiables (#541)
https://github.com/gohugoio/hugoDocs/issues/539
This commit is contained in:
@@ -49,6 +49,9 @@ The following is a list of site-level (aka "global") variables. Many of these va
|
||||
.Site.GoogleAnalytics
|
||||
: a string representing your tracking code for Google Analytics as defined in the site configuration.
|
||||
|
||||
.Site.Home
|
||||
: reference to the homepage's [page object](https://gohugo.io/variables/page/)
|
||||
|
||||
.Site.IsMultiLingual
|
||||
: whether there are more than one language in this site. See [Multilingual](/content-management/multilingual/) for more information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user