From: Cameron Moore Date: Tue, 8 Dec 2015 20:54:05 +0000 (-0600) Subject: Docs: document Node.IsHome X-Git-Tag: v0.16~530 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9ae07c4f21a622a3efb8df3625b7a975581c9cd9;p=brevno-suite%2Fhugo Docs: document Node.IsHome --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 62c4ae35..5aae203b 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -89,6 +89,7 @@ includes taxonomies, lists and the homepage. **.RelRef(ref)** Returns the relative permalink for `ref`. See [cross-references]({{% ref "extras/crossreferences.md" %}}). Does not handle in-page fragments correctly.
**.RSSLink** Link to the taxonomies' RSS link.
**.Data** The data specific to this type of node.
+**.IsHome** True if the node is the site home page.
**.IsNode** Always true for nodes.
**.IsPage** Always false for nodes.
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.