hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit cd6a261242b63555ac2c3ca7a8462b874b490701
parent d681ea55a0a59b7096dacd194ee0cb8fe15b0757
Author: cmal <paul@cmal.info>
Date:   Tue, 17 Apr 2018 10:49:17 +0200

.Get function: fix syntax signature

Diffstat:
Mdocs/content/functions/get.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/functions/get.md b/docs/content/functions/get.md
@@ -10,7 +10,7 @@ menu:
   docs:
     parent: "functions"
 keywords: [shortcodes]
-signature: ["Get INDEX", "Get KEY"]
+signature: [".Get INDEX", ".Get KEY"]
 workson: []
 hugoversion:
 relatedfuncs: []