mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
711 B
711 B
title, linktitle, description, godocref, date, publishdate, lastmod, tags, weight, draft, aliases
| title | linktitle | description | godocref | date | publishdate | lastmod | tags | weight | draft | aliases | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Functions Quick Reference | Quick Reference | Comprehensive list of Hugo templating functions, including basic and advanced usage examples. | http://golang.org/pkg/text/template/#hdr-Functions | 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 the following functions to the basic template logic.