Bud Parr 6896947058 Update content to use Hugo's built-in menu
* add generic menu declaration
* update about section
* commands
* update content management section
* update contribute section
* functions
* update getting started section
* update hosting and deployment section
* fix mailing list entry (no menu)
* update news section
* update Templates section
* update tools section
* update themes section
* troubleshooting
* update variables section

Fixes rdwatters/hugo-docs-concept#45
See PR rdwatters/hugo-docs-concept#62
2017-03-31 17:50:49 -05:00

695 B

title linktitle description godocref date publishdate lastmod tags menu weight draft aliases
Functions Quick Reference Quick Reference Comprehensive list of Hugo templating functions, including basic and advanced usage examples. 2017-02-01 2017-02-01 2017-02-01
main
parent weight
Functions 01
01 false
/layout/functions/

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. Hugo has added additional functions to the basic template logic.