Files
hugo/content/en/functions/_index.md
T
Anthony Fok 77578f5bfc Move content/ into new contentDir content/en/
in preparation for adding new translations such as Chinese.

Paths for "readfile" shortcode are adjusted accordingly.

See #461
2018-05-01 11:23:28 -06:00

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
docs
parent
functions
01 false
/layout/functions/
/templates/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.