adds narrator and facilitator taxonomy page
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user