diff --git a/layouts/partials/article-meta.html b/layouts/partials/article-meta.html index f7c1f43d..82838515 100644 --- a/layouts/partials/article-meta.html +++ b/layouts/partials/article-meta.html @@ -50,13 +50,13 @@ (and (ne $scope "single") (.Params.showTaxonomies | default (.Site.Params.list.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false)))) (and (eq $scope "single") (.Params.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false))) }} -
+
{{ range $taxonomy, $terms := .Site.Taxonomies }} {{ if (gt (len ($context.GetTerms $taxonomy)) 0) }} {{ range $context.GetTerms $taxonomy }} {{ .LinkTitle }} {{ end }}