From cb88c3185b52b240b4e25d2c935abb4a53711484 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Mon, 23 Jul 2018 12:16:11 -0400 Subject: [PATCH] Added .Site.Home to Site Variiables (#541) https://github.com/gohugoio/hugoDocs/issues/539 --- content/en/variables/site.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/variables/site.md b/content/en/variables/site.md index e16d0bfe9..eaacafa32 100644 --- a/content/en/variables/site.md +++ b/content/en/variables/site.md @@ -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.