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:
authorspf13 <steve.francia@gmail.com>2014-05-30 02:42:05 +0400
committerspf13 <steve.francia@gmail.com>2014-05-30 02:45:22 +0400
commit05875153bcc56e9ee25532e9afd5a575a3e95938 (patch)
tree427e29840d74a74122d5d5d2b12554d4eb654592 /docs/content/templates/go-templates.md
parent2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413 (diff)
Converting front matter to YAMLv0.11
Diffstat (limited to 'docs/content/templates/go-templates.md')
-rw-r--r--docs/content/templates/go-templates.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/content/templates/go-templates.md b/docs/content/templates/go-templates.md
index 32031a2cc..03783e16e 100644
--- a/docs/content/templates/go-templates.md
+++ b/docs/content/templates/go-templates.md
@@ -1,13 +1,14 @@
---
-title: "Go Template Primer"
-date: "2013-07-01"
-aliases: ["/layout/go-templates/"]
-weight: 15
+aliases:
+- /layout/go-templates/
+date: 2013-07-01
menu:
main:
- parent: 'layout'
-prev: "/templates/overview"
-next: "/templates/functions"
+ parent: layout
+next: /templates/functions
+prev: /templates/overview
+title: Go Template Primer
+weight: 15
---
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for