Taxonomies can now be provided as a single string value if there is only one in frontmatter (tag = "val" vs tag = ["val"])

This commit is contained in:
spf13
2014-09-05 09:29:01 -04:00
parent 1b7f18e391
commit 4bb5e326db
3 changed files with 22 additions and 8 deletions

View File

@@ -560,7 +560,7 @@ categories_weight = 44
Front Matter with weighted tags and categories`)
var PAGE_WITH_WEIGHTED_TAXONOMIES_1 = []byte(`+++
tags = [ "a" ]
tags = "a"
tags_weight = 33
title = "bar"
categories = [ "d", "e" ]