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/content.md
parent2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413 (diff)
Converting front matter to YAMLv0.11
Diffstat (limited to 'docs/content/templates/content.md')
-rw-r--r--docs/content/templates/content.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/content/templates/content.md b/docs/content/templates/content.md
index e4ac4c43e..3764103f5 100644
--- a/docs/content/templates/content.md
+++ b/docs/content/templates/content.md
@@ -1,14 +1,15 @@
---
-title: "Single Content Template"
-linktitle: "Single"
-date: "2013-07-01"
-weight: 30
+aliases:
+- /layout/functions/
+date: 2013-07-01
+linktitle: Single
menu:
main:
- parent: 'layout'
-aliases: ["/layout/functions/"]
-prev: "/templates/variables"
-next: "/templates/list"
+ parent: layout
+next: /templates/list
+prev: /templates/variables
+title: Single Content Template
+weight: 30
---
The primary view of content in hugo is the single view. Hugo for every