mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 19:44:47 -04:00
Fix YAML examples in taxonomies.md
Align YAML examples with TOML ones.
This commit is contained in:
parent
dc4b90db27
commit
19f13e6162
@ -163,7 +163,7 @@ project_url = "https://github.com/gohugoio/hugo"
|
|||||||
```
|
```
|
||||||
---
|
---
|
||||||
title: "Hugo: A fast and flexible static site generator"
|
title: "Hugo: A fast and flexible static site generator"
|
||||||
#tags: ["Development", "Go", "fast", "Blogging"]
|
tags: ["Development", "Go", "fast", "Blogging"]
|
||||||
categories: ["Development"]
|
categories: ["Development"]
|
||||||
series: ["Go Web Dev"]
|
series: ["Go Web Dev"]
|
||||||
slug: "hugo"
|
slug: "hugo"
|
||||||
@ -216,7 +216,7 @@ categories_weight = 44
|
|||||||
```
|
```
|
||||||
---
|
---
|
||||||
title: foo
|
title: foo
|
||||||
#tags: [ "a", "b", "c" ]
|
tags: [ "a", "b", "c" ]
|
||||||
tags_weight: 22
|
tags_weight: 22
|
||||||
categories: ["d"]
|
categories: ["d"]
|
||||||
categories_weight: 44
|
categories_weight: 44
|
||||||
|
Loading…
x
Reference in New Issue
Block a user