ref: 56eead2adebe5db289b955b327cce2cd696139c1
parent: c23dfd99dd3a719b03d735161082022abaafa208
author: bep <[email protected]>
date: Mon Jan 19 03:14:57 EST 2015
Fix broken doc section
--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -48,7 +48,7 @@
**.IsNode** Always false for pages.<br>
**.IsPage** Always true for page.<br>
**.Site** See site variables below.<br>
-**.Hugo** See site variables below<br>
+**.Hugo** See Hugo variables below<br>
## Page Params
@@ -85,7 +85,6 @@
**.Site.Taxonomies** The indexes for the entire site.<br>
**.Site.LastChange** The date of the last change of the most recent content.<br>
**.Site.Recent** Array of all content ordered by Date, newest first.<br>
-<<<<<<< HEAD
**.Site.Params** A container holding the values from the `params` section of your site configuration file. For example, a TOML config file might look like this:
baseurl = "http://yoursite.example.com/"