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.