diff options
author | spf13 <[email protected]> | 2014-05-29 18:42:05 -0400 |
---|---|---|
committer | spf13 <[email protected]> | 2014-05-29 18:45:22 -0400 |
commit | 05875153bcc56e9ee25532e9afd5a575a3e95938 (patch) | |
tree | 427e29840d74a74122d5d5d2b12554d4eb654592 /docs/content/templates/list.md | |
parent | 2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413 (diff) | |
download | hugo-0.11.tar.gz hugo-0.11.zip |
Converting front matter to YAMLv0.11
Diffstat (limited to 'docs/content/templates/list.md')
-rw-r--r-- | docs/content/templates/list.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index 05ac3c100..c86245afe 100644 --- a/docs/content/templates/list.md +++ b/docs/content/templates/list.md @@ -1,14 +1,15 @@ --- -title: "Content List Template" -linktitle: "List" -date: "2013-07-01" -weight: 40 +aliases: +- /layout/indexes/ +date: 2013-07-01 +linktitle: List menu: main: - parent: 'layout' -aliases: ["/layout/indexes/"] -prev: "/templates/content" -next: "/templates/homepage" + parent: layout +next: /templates/homepage +prev: /templates/content +title: Content List Template +weight: 40 --- A list template is any template that will be used to render multiple pieces of |