Fix front matter for 'Creating a New Theme'
authorbep <bjorn.erik.pedersen@gmail.com>
Mon, 8 Dec 2014 22:04:35 +0000 (23:04 +0100)
committerbep <bjorn.erik.pedersen@gmail.com>
Mon, 8 Dec 2014 22:08:54 +0000 (23:08 +0100)
There seems to be an issue with TOML and certain menu structures. Current workaround: YAML.

docs/content/tutorials/creating-a-new-theme.md

index d5abcf7df8551c09c973224291c89fdfb2a52608..cb6c98db57bd3147d1ce7a8513b7710284ea50a6 100644 (file)
@@ -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