Improve taxonomy handling

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-12 13:33:41 +01:00
parent 4e37655a16
commit 9905066046
16 changed files with 154 additions and 135 deletions

View File

@@ -0,0 +1,5 @@
<section class="details">
<h1 class="title">{{ .Page.Title }}</h1>
<p class="length">A {{ .Kind }} with {{ len .Pages }} items</p>
{{ .Content }}
</section>