From caaf6370689ab135a9e348b6662502e73dc75ac8 Mon Sep 17 00:00:00 2001 From: Michael Diamond Date: Thu, 6 Aug 2015 01:21:18 -0400 Subject: [PATCH] Added mention of .Data.Pages, removed duplicate .Site.Pages mention. --- docs/content/templates/variables.md | 12 ++++++------ 1 file 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
+**.Data.Plural** The plural name of the taxonomy
+**.Data.Pages** the list of pages in this taxonomy
+**.Data.Terms** The taxonomy itself
+**.Data.Terms.Alphabetical** The Terms alphabetized
+**.Data.Terms.ByCount** The Terms ordered by popularity
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.
-**.Site.Pages** All of the content pages of the site.
**.Site.Files** All of the source files of the site.
**.Site.Menus** All of the menus in the site.
**.Site.Title** A string representing the title of the site.