From 2baad4b37e520338fd31ec95bf6faed4961e76e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 17 Jul 2017 01:06:11 +0200 Subject: [PATCH] Add missing functions alias --- content/functions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.