From 56eead2adebe5db289b955b327cce2cd696139c1 Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 19 Jan 2015 08:14:57 +0100 Subject: [PATCH] Fix broken doc section --- docs/content/templates/variables.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 827cbc2e9..712453571 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -48,7 +48,7 @@ matter, content or derived from file location. **.IsNode** Always false for pages.
**.IsPage** Always true for page.
**.Site** See site variables below.
-**.Hugo** See site variables below
+**.Hugo** See Hugo variables below
## Page Params @@ -85,7 +85,6 @@ Also available is `.Site` which has the following: **.Site.Taxonomies** The indexes for the entire site.
**.Site.LastChange** The date of the last change of the most recent content.
**.Site.Recent** Array of all content ordered by Date, newest first.
-<<<<<<< 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/"