diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 5efb4226a..b4a6c5c33 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -2350,6 +2350,10 @@ body:has(#menu-controller:checked) { line-height: 1.75rem; } +.leading-relaxed { + line-height: 1.625; +} + .leading-6 { line-height: 1.5rem; } diff --git a/layouts/partials/article-meta.html b/layouts/partials/article-meta.html index be6ccf20e..f50892956 100644 --- a/layouts/partials/article-meta.html +++ b/layouts/partials/article-meta.html @@ -49,7 +49,7 @@ (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 }}