Fix YAML examples in taxonomies.md

Align YAML examples with TOML ones.
This commit is contained in:
Yann Hodique 2017-08-01 13:01:14 -07:00 committed by digitalcraftsman
parent dc4b90db27
commit 19f13e6162

View File

@ -163,7 +163,7 @@ project_url = "https://github.com/gohugoio/hugo"
```
---
title: "Hugo: A fast and flexible static site generator"
#tags: ["Development", "Go", "fast", "Blogging"]
tags: ["Development", "Go", "fast", "Blogging"]
categories: ["Development"]
series: ["Go Web Dev"]
slug: "hugo"
@ -216,7 +216,7 @@ categories_weight = 44
```
---
title: foo
#tags: [ "a", "b", "c" ]
tags: [ "a", "b", "c" ]
tags_weight: 22
categories: ["d"]
categories_weight: 44