Add missing functions alias

This commit is contained in:
Bjørn Erik Pedersen 2017-07-17 01:06:11 +02:00
parent d3603ef943
commit 2baad4b37e

View File

@ -12,7 +12,7 @@ menu:
parent: "functions" parent: "functions"
weight: 01 #rem weight: 01 #rem
draft: false 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. 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.