From: bep Date: Mon, 8 Dec 2014 22:04:35 +0000 (+0100) Subject: Fix front matter for 'Creating a New Theme' X-Git-Tag: v0.13~264 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9f0f73f4523947af9703d3357c4b6881f7d85caa;p=brevno-suite%2Fhugo Fix front matter for 'Creating a New Theme' There seems to be an issue with TOML and certain menu structures. Current workaround: YAML. --- diff --git a/docs/content/tutorials/creating-a-new-theme.md b/docs/content/tutorials/creating-a-new-theme.md index d5abcf7d..cb6c98db 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