diff options
-rw-r--r-- | templates/taxonomy_single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index a8ca536..9c9cebb 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -5,7 +5,7 @@ {%- if term %} <h3 class="filter">Filtering for "{{ term.name }}"</h3> <small> - <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">Remove filter</a> + <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">{{ trans(key="remove_filter", lang=lang) }}</a> </small> {%- endif %} <ul class="blog-posts"> |