From: bep Date: Mon, 19 Jan 2015 07:14:57 +0000 (+0100) Subject: Fix broken doc section X-Git-Tag: v0.13~170 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56eead2a;p=brevno-suite%2Fhugo Fix broken doc section --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 827cbc2e..71245357 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/"