summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2015-12-08 14:54:05 -0600
committerAnthony Fok <foka@debian.org>2015-12-11 09:18:05 -0700
commit9ae07c4f21a622a3efb8df3625b7a975581c9cd9 (patch)
treeffff84f9a5183634e1bc9f5afd1c47bef3bef04f /docs
parent8509727fe862d06b3371651454fcb1af54b4ab21 (diff)
Docs: document Node.IsHome
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/variables.md1
1 files changed, 1 insertions, 0 deletions
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.<br>
**.RSSLink** Link to the taxonomies' RSS link.<br>
**.Data** The data specific to this type of node.<br>
+**.IsHome** True if the node is the site home page.<br>
**.IsNode** Always true for nodes.<br>
**.IsPage** Always false for nodes.<br>
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.<br>