grannysmith-technical/layouts/partials/categories.html
magmaus3 e46e36412d
more taxonomy changes + separate header
too eepy to write a proper commit message
2023-08-10 00:16:46 +02:00

10 lines
297 B
HTML

<div class="categories">
{{ with .GetTerms "page_status" }}
<p>{{ (site.GetPage "page_status").LinkTitle }}:</p>
<ul>
{{ range . }}
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
{{ end }}
</ul>
{{ end }}
</div>