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/extras/permalinks.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/extras/permalinks.md')
-rw-r--r-- | docs/content/extras/permalinks.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/content/extras/permalinks.md b/docs/content/extras/permalinks.md index 6282e61c6..54b4c6104 100644 --- a/docs/content/extras/permalinks.md +++ b/docs/content/extras/permalinks.md @@ -1,15 +1,15 @@ --- -title: "Permalinks" -date: "2013-11-18" aliases: - - "/doc/permalinks/" -weight: 30 -notoc: true +- /doc/permalinks/ +date: 2013-11-18 menu: main: - parent: 'extras' -prev: "/extras/menus" -next: "/extras/shortcodes" + parent: extras +next: /extras/shortcodes +notoc: true +prev: /extras/menus +title: Permalinks +weight: 30 --- By default, content is laid out into the target `publishdir` (public) |