Fix tags and categories using GetTerms

See [documentation](https://gohugo.io/templates/taxonomy-templates/#display-a-single-piece-of-contents-taxonomies)
This commit is contained in:
romainx
2020-10-09 19:26:28 +02:00
parent 1d95c4b8ff
commit ddebaee028
4 changed files with 14 additions and 20 deletions
@@ -4,11 +4,13 @@ title = "Placeholder Text"
date = "2019-03-09"
description = "Lorem Ipsum Dolor Si Amet"
categories = [
"Test"
"Test",
"Test with whitespaces"
]
tags = [
"markdown",
"text",
"tag with whitespaces"
]
image = "matt-le-SJSpo9hQf7s-unsplash.jpg"
+++