From 9f0f73f4523947af9703d3357c4b6881f7d85caa Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 8 Dec 2014 23:04:35 +0100 Subject: [PATCH] Fix front matter for 'Creating a New Theme' There seems to be an issue with TOML and certain menu structures. Current workaround: YAML. --- .../content/tutorials/creating-a-new-theme.md | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/content/tutorials/creating-a-new-theme.md b/docs/content/tutorials/creating-a-new-theme.md index d5abcf7df..cb6c98db5 100644 --- 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