converts tags to topics

This commit is contained in:
Drew
2025-04-07 15:41:29 -06:00
parent 75114cdbbe
commit 67866adb1a
15 changed files with 27 additions and 27 deletions

View File

@ -9,7 +9,7 @@
</ul>
<section>
<h2 class="text-4xl my-8 font-bold text-center">Other {{ .Data.Plural | title }}</h2>
<h2 class="text-4xl my-8 font-bold text-center">Other {{ .Data.Plural }}</h2>
<div class="tag-cloud font-iosevka text-gray-600 text-center">
{{ $terms := index .Site.Taxonomies .Data.Plural }}
{{ range $term, $pages := $terms }}