URI: 
       fixing 178. - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit f82c645b3314eb70e255b0a8526643498b88b592
   DIR parent d0825a211a43db2d30220394cee677fef03e23a3
  HTML Author: spf13 <steve.francia@gmail.com>
       Date:   Mon, 27 Jan 2014 10:07:07 -0500
       
       fixing 178.
       
       Diffstat:
         M docs/content/layout/variables.md    |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/docs/content/layout/variables.md b/docs/content/layout/variables.md
       @@ -36,11 +36,8 @@ matter, content or derived from file location.
        **.Weight** Assigned weight (in the front matter) to this content, used in sorting.<br>
        **.Site** See site variables below<br>
        
       -<<<<<<< HEAD
        ## Page Params
        
       -=======
       ->>>>>>> fab475f... Updating page variable documentation (for templates).
        Any other value defined in the front matter, including indexes will be made available under `.Params`.
        Take for example I'm using tags and categories as my indexes. The following would be how I would access them: