ref: 9f0f73f4523947af9703d3357c4b6881f7d85caa
parent: a6d3862b872f069cd6bdb3433e65ce2f3b4cc8b3
author: bep <[email protected]>
date: Mon Dec 8 18:04:35 EST 2014
Fix front matter for 'Creating a New Theme' There seems to be an issue with TOML and certain menu structures. Current workaround: YAML.
--- a/docs/content/tutorials/creating-a-new-theme.md
+++ b/docs/content/tutorials/creating-a-new-theme.md
@@ -1,14 +1,16 @@
-+++
-author = "Michael Henderson"
-date = "2014-09-28"
-linktitle = "Creating a New Theme"
-next = "/tutorials/mathjax"
-prev = "/community/contributing"
-title = "Creating a New Theme"
-weight = 10
-[[menu.main]]
- parent = "tutorials"
-+++
+---
+author: "Michael Henderson"
+date: 2014-09-28
+linktitle: Creating a New Theme
+menu:
+ main:
+ parent: tutorials
+next: /tutorials/mathjax
+prev: /community/contributing
+title: Creating a New Theme
+weight: 10
+---
+
## Introduction