Updated theme

This commit is contained in:
2025-11-01 15:24:35 +01:00
parent 53cedfb96b
commit 5daa1e5f3a
4 changed files with 44 additions and 10 deletions

View File

@@ -12,8 +12,7 @@ For a given taxonomy, renders a list of terms assigned to the page.
{{- with $page.GetTerms $taxonomy }}
{{- $label := (index . 0).Parent.LinkTitle }}
<div>
<div>{{ $label }}:</div>
<div id="tags">
<ul>
{{- range . }}
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>