summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Diamond <dimo414@gmail.com>2015-08-06 01:21:18 -0400
committerAnthony Fok <foka@debian.org>2015-08-08 14:54:46 -0600
commitcaaf6370689ab135a9e348b6662502e73dc75ac8 (patch)
tree3774ee8d0b09e5ac78e928a28df6ddb750f9a390
parentcafcd1909f3b14f49d191dd1e80fa320383f16fd (diff)
Added mention of .Data.Pages, removed duplicate .Site.Pages mention.
-rw-r--r--docs/content/templates/variables.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md
index 84076a269..a5e787b5c 100644
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -89,11 +89,12 @@ includes taxonomies, lists and the homepage.
[Taxonomy Terms](/templates/terms/) pages are of the type "node" and have the following additional variables.
-* **.Data.Singular** The singular name of the taxonomy
-* **.Data.Plural** The plural name of the taxonomy
-* **.Data.Terms** The taxonomy itself
-* **.Data.Terms.Alphabetical** The Terms alphabetized
-* **.Data.Terms.ByCount** The Terms ordered by popularity
+**.Data.Singular** The singular name of the taxonomy<br>
+**.Data.Plural** The plural name of the taxonomy<br>
+**.Data.Pages** the list of pages in this taxonomy<br>
+**.Data.Terms** The taxonomy itself<br>
+**.Data.Terms.Alphabetical** The Terms alphabetized<br>
+**.Data.Terms.ByCount** The Terms ordered by popularity<br>
The last two can also be reversed: **.Data.Terms.Alphabetical.Reverse**, **.Data.Terms.ByCount.Reverse**.
@@ -112,7 +113,6 @@ Also available is `.Site` which has the following:
description = "Tesla's Awesome Hugo Site"
author = "Nikola Tesla"
**.Site.Sections** Top level directories of the site.<br>
-**.Site.Pages** All of the content pages of the site.<br>
**.Site.Files** All of the source files of the site.<br>
**.Site.Menus** All of the menus in the site.<br>
**.Site.Title** A string representing the title of the site.<br>