From 19f13e61629ff50e215c2e46b56786d03e92bff8 Mon Sep 17 00:00:00 2001 From: Yann Hodique Date: Tue, 1 Aug 2017 13:01:14 -0700 Subject: [PATCH] Fix YAML examples in taxonomies.md Align YAML examples with TOML ones. --- content/content-management/taxonomies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/content-management/taxonomies.md b/content/content-management/taxonomies.md index b2f785056..542bb6cfc 100644 --- a/content/content-management/taxonomies.md +++ b/content/content-management/taxonomies.md @@ -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