taxonomy: add content #712

This commit is contained in:
Sören Weber 2023-11-03 22:50:23 +01:00
parent 34b8804977
commit 428b4b65dc
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -7,6 +7,7 @@
{{- $title := default (default .Data.Plural (i18n .Data.Plural)) .Title }}
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
{{- .Content }}
{{- $lastCapital := "" }}
{{- $terms := slice }}
{{- range .Data.Terms }}