diff options
author | g4m4 | 2024-03-01 13:35:17 +0100 |
---|---|---|
committer | g4m4 | 2024-03-01 13:35:17 +0100 |
commit | 7e54c877f64a33f6c57595581aa81038967e0ba3 (patch) | |
tree | 27ebc947c38f858851fec619b77f035f01cc7823 | |
parent | 333e97f135264c3c220063b2b64bf4dc0b508f34 (diff) | |
download | zola-bearblog-7e54c877f64a33f6c57595581aa81038967e0ba3.tar.lz zola-bearblog-7e54c877f64a33f6c57595581aa81038967e0ba3.tar.zst zola-bearblog-7e54c877f64a33f6c57595581aa81038967e0ba3.zip |
Minor translation fix: use the translated term for "remove filter"
-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"> |