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"
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