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/themes/usage.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/themes/usage.md')
-rw-r--r-- | docs/content/themes/usage.md | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/content/themes/usage.md b/docs/content/themes/usage.md index 9cdc4637d..71cf43a92 100644 --- a/docs/content/themes/usage.md +++ b/docs/content/themes/usage.md @@ -1,14 +1,13 @@ -+++ -title = "Using a Theme" -weight = 30 -date = 2014-05-12T10:09:27Z -prev = "/themes/installing" -next = "/themes/customizing" - -[menu] - [menu.main] - parent = "themes" -+++ +--- +date: 2014-05-12T10:09:27Z +menu: + main: + parent: themes +next: /themes/customizing +prev: /themes/installing +title: Using a Theme +weight: 30 +--- Please make certain you have installed the themes you want to use in the /themes directory. |