about summary refs log tree commit diff stats
path: root/templates/taxonomy_single.html
diff options
context:
space:
mode:
authorg4m42024-01-29 09:45:17 +0100
committerg4m42024-01-29 09:45:17 +0100
commitf9a560a45d98436c270db6f226f26ccde5dd8844 (patch)
tree7405d44166f372f795420821802fb64228e3932e /templates/taxonomy_single.html
parentd10630da50a2b0e005ef0499190cc5cc898f0b06 (diff)
downloadzola-bearblog-f9a560a45d98436c270db6f226f26ccde5dd8844.tar.lz
zola-bearblog-f9a560a45d98436c270db6f226f26ccde5dd8844.tar.zst
zola-bearblog-f9a560a45d98436c270db6f226f26ccde5dd8844.zip
[TEMPLATES] Use the localised version of get_url so multilingual sites can be setup
Diffstat (limited to 'templates/taxonomy_single.html')
-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 d5712b0..be0f2ad 100644
--- a/templates/taxonomy_single.html
+++ b/templates/taxonomy_single.html
@@ -5,7 +5,7 @@
     {%- if taxonomy.term %}
       <h3 style="margin-bottom:0">Filtering for "{{ term.name }}"</h3>
       <small>
-        <a href="{{ get_url(path="@/blog/_index.md") }}">Remove filter</a>
+        <a href="{{ get_url(path="@/blog/_index.md", lang=lang) }}">Remove filter</a>
       </small>
     {%- endif %}
     <ul class="blog-posts">