attempted second correction of reference to taxon name

This commit is contained in:
Ashla
2025-04-15 19:01:01 -04:00
parent 481335cbc4
commit 6d5e39a6e7
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
<p>
<small>
{%- if config.taxonomies | length > 0 -%}
{%- set taxon_name = taxonomy -%}
{%- set taxon_name = config.name -%}
<a href="{{- get_url(path='$TAXON', lang=lang) | replace(from="$TAXON", to=taxon_name) -}}">
{{- macros_translate::translate(key="filter_by_tag", default="Filter by $TAXON", language_strings=language_strings) | replace(from="$TAXON", to=taxon_name) -}}
</a>