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

@ -9,7 +9,7 @@
{{ end }}
{{ $facilitators = $facilitators | uniq | sort }}
{{ range $facilitator := $facilitators }}
<a href="{{ " facilitators/" | relLangURL }}{{ $facilitator | urlize }}"
<a href="{{ "/facilitator/" | relLangURL }}{{ $facilitator | 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;">
{{ $facilitator }}