Added .Site.Home to Site Variiables (#541)

https://github.com/gohugoio/hugoDocs/issues/539
This commit is contained in:
Regis Philibert
2018-07-23 12:16:11 -04:00
committed by GitHub
parent 975a887917
commit cb88c3185b
+3
View File
@@ -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.