Fix front matter for 'Creating a New Theme'

There seems to be an issue with TOML and certain menu structures. Current workaround: YAML.
This commit is contained in:
bep 2014-12-08 23:04:35 +01:00
parent a6d3862b87
commit 9f0f73f452

View file

@ -1,14 +1,16 @@
+++ ---
author = "Michael Henderson" author: "Michael Henderson"
date = "2014-09-28" date: 2014-09-28
linktitle = "Creating a New Theme" linktitle: Creating a New Theme
next = "/tutorials/mathjax" menu:
prev = "/community/contributing" main:
title = "Creating a New Theme" parent: tutorials
weight = 10 next: /tutorials/mathjax
[[menu.main]] prev: /community/contributing
parent = "tutorials" title: Creating a New Theme
+++ weight: 10
---
## Introduction ## Introduction