diff --git a/content/functions/_index.md b/content/functions/_index.md index 80cfec6b2..7fe800da4 100644 --- a/content/functions/_index.md +++ b/content/functions/_index.md @@ -12,7 +12,7 @@ menu: parent: "functions" weight: 01 #rem draft: false -aliases: [/layout/functions/] +aliases: [/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][gofuncs]. Hugo has added additional functions to the basic template logic.