ref: 9c2ea3691a6c0decf6b3bb033ce5564f4887ef4d
parent: d332aa16064510e1062dae43ad7744b53c20352c
author: Cameron Moore <[email protected]>
date: Sun Dec 11 12:44:14 EST 2016
docs: Add .Site.RegularPages docs Fixes #2775
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -164,6 +164,7 @@
**.Site.Language.LanguageName** The full language name, e.g. `English`.<br>
**.Site.LanguagePrefix** This can be used to prefix theURLs with whats needed to point to the correct language. It will even work when only one language defined. See also the functions [absLangURL and relLangURL]({{< relref "templates/functions.md#abslangurl-rellangurl" >}}).<br>
**.Site.Languages** An ordered list (ordered by defined weight) of languages.<br>
+**.Site.RegularPages** A shortcut to the *regular page* collection. Equivalent to `where .Site.Pages "Kind" "page"`.<br>
## File Variables