mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
77578f5bfc
in preparation for adding new translations such as Chinese. Paths for "readfile" shortcode are adjusted accordingly. See #461
716 B
716 B
title, linktitle, description, godocref, date, publishdate, lastmod, keywords, menu, weight, draft, aliases
| title | linktitle | description | godocref | date | publishdate | lastmod | keywords | menu | weight | draft | aliases | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Functions Quick Reference | Functions 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.