Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/templates/functions.md')
-rw-r--r--docs/content/templates/functions.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
index 307a0cffd..a9297294d 100644
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -1,14 +1,15 @@
---
-title: "Hugo Template Functions"
-date: "2013-07-01"
-linktitle: "Functions"
-aliases: ["/layout/functions/"]
-weight: 20
+aliases:
+- /layout/functions/
+date: 2013-07-01
+linktitle: Functions
menu:
main:
- parent: 'layout'
-prev: "/templates/go-templates"
-next: "/templates/variables"
+ parent: layout
+next: /templates/variables
+prev: /templates/go-templates
+title: Hugo Template Functions
+weight: 20
---
Hugo uses the excellent go html/template library for its template engine.