hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

_index.md (707B)

    1 ---
    2 title: Functions Quick Reference
    3 linktitle: Functions Quick Reference
    4 description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples.
    5 date: 2017-02-01
    6 publishdate: 2017-02-01
    7 lastmod: 2017-02-01
    8 keywords: []
    9 menu:
   10   docs:
   11     parent: "functions"
   12 weight: 01	#rem
   13 draft: false
   14 aliases: [/layout/functions/,/templates/functions]
   15 ---
   16 
   17 Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added additional functions to the basic template logic.
   18 
   19 [gofuncs]: https://golang.org/pkg/text/template/#hdr-Functions