From 75eaf6b22708789a216d07f70d39bbf1db8a64b3 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Fri, 23 Apr 2021 08:24:22 +0200 Subject: [PATCH] show taxonomy (e.g. topic) content if available --- layouts/taxonomy/list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index 12830c5..f4dbdc7 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -8,6 +8,9 @@

{{i18n .Data.Singular}}: {{ .Title }}

+ {{ with .Content -}} +

{{ . }}

+ {{- end }}