Taxonomies can now be provided as a single string value if there is only one in front...
authorspf13 <steve.francia@gmail.com>
Fri, 5 Sep 2014 13:29:01 +0000 (09:29 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 5 Sep 2014 13:29:01 +0000 (09:29 -0400)
commit4bb5e326dbf0f732dd5db45a47fa25999806111e
tree2aa98b7448214980b2792ff572e2e0ba7685d17c
parent1b7f18e39172429545198b3559dcc64bbfb7aa9c
Taxonomies can now be provided as a single string value if there is only one in frontmatter (tag = "val" vs tag = ["val"])
hugolib/page_taxonomy_test.go
hugolib/site.go
hugolib/site_test.go