mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-17 18:10:23 -04:00

* 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
695 B
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 |
|
01 | false |
|
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.