adds narrator and facilitator taxonomy page

This commit is contained in:
Drew
2025-03-31 15:37:49 -06:00
parent 29bcf223a3
commit a7654842d9
5 changed files with 58 additions and 3 deletions

View File

@ -22,7 +22,7 @@
{{ end }}
{{ $narrators = $narrators | uniq | sort }}
{{ range $narrator := $narrators }}
<a href="{{ "/narrators/" | relLangURL }}{{ $narrator | urlize }}"
<a href="{{ "/narrator/" | relLangURL }}{{ $narrator | urlize }}"
class="tag inline-block p-2 my-1 border border-gray-100 rounded-lg hover:bg-yellow-100 whitespace-nowrap"
style="font-size: 1rem;">
{{ $narrator }}