From 9ae07c4f21a622a3efb8df3625b7a975581c9cd9 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Tue, 8 Dec 2015 14:54:05 -0600 Subject: [PATCH] Docs: document Node.IsHome --- docs/content/templates/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 62c4ae359..5aae203bd 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.