converts tags to topics
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user