Docs: document Node.IsHome - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 9ae07c4f21a622a3efb8df3625b7a975581c9cd9
DIR parent 8509727fe862d06b3371651454fcb1af54b4ab21
HTML Author: Cameron Moore <moorereason@gmail.com>
Date: Tue, 8 Dec 2015 14:54:05 -0600
Docs: document Node.IsHome
Diffstat:
M docs/content/templates/variables.md | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git 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>