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