about summary refs log tree commit diff stats
path: root/templates/taxonomy_list.html
diff options
context:
space:
mode:
authorAlan Pearce2024-02-18 13:58:34 +0100
committerAlan Pearce2024-02-18 20:40:21 +0100
commita6000685cfcbb4253f634b44637b599cec96d5bc (patch)
tree14bbf91452f561d8a5b084985a409efa4e5238b0 /templates/taxonomy_list.html
parent5a936b5c413b541c5523da6b4ebdc46f996f7360 (diff)
downloadzola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.tar.lz
zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.tar.zst
zola-bearblog-a6000685cfcbb4253f634b44637b599cec96d5bc.zip
Create basic German version of website
Diffstat (limited to 'templates/taxonomy_list.html')
-rw-r--r--templates/taxonomy_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html
index 98b8fc9..4b4e08a 100644
--- a/templates/taxonomy_list.html
+++ b/templates/taxonomy_list.html
@@ -5,7 +5,7 @@
     <h1>{{ taxonomy.name | capitalize }}</h1>
     <small>
       <div>
-        {% set tags = get_taxonomy(kind="tags") %}
+        {% set tags = get_taxonomy(kind="tags", lang=lang) %}
         {% for post in tags.items %}
           <a href="{{ post.permalink }}">#{{ post.name }}</a>&nbsp;
         {% endfor %}