about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorg4m42024-03-01 13:35:17 +0100
committerg4m42024-03-01 13:35:17 +0100
commit7e54c877f64a33f6c57595581aa81038967e0ba3 (patch)
tree27ebc947c38f858851fec619b77f035f01cc7823 /templates
parent333e97f135264c3c220063b2b64bf4dc0b508f34 (diff)
downloadzola-bearblog-7e54c877f64a33f6c57595581aa81038967e0ba3.tar.lz
zola-bearblog-7e54c877f64a33f6c57595581aa81038967e0ba3.tar.zst
zola-bearblog-7e54c877f64a33f6c57595581aa81038967e0ba3.zip
Minor translation fix: use the translated term for "remove filter"
Diffstat (limited to 'templates')
-rw-r--r--templates/taxonomy_single.html2
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">