about summary refs log tree commit diff stats
path: root/templates/page.html
diff options
context:
space:
mode:
authorOleksii Dobrovolskyi2024-02-13 16:56:15 +0200
committerOleksii Dobrovolskyi2024-02-13 16:56:15 +0200
commit68fd0902b1b7c540e1b8b79ae02b69b85327e070 (patch)
tree428940fc3b420225e78f8a7cff049dee0096de79 /templates/page.html
parent5f7390ee69cf214b2be78279a97bcadc8d6604e6 (diff)
downloadzola-bearblog-68fd0902b1b7c540e1b8b79ae02b69b85327e070.tar.lz
zola-bearblog-68fd0902b1b7c540e1b8b79ae02b69b85327e070.tar.zst
zola-bearblog-68fd0902b1b7c540e1b8b79ae02b69b85327e070.zip
Adding lang=lang attribute to header.html and page.html
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 89de955..5c1a80b 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -23,7 +23,7 @@
       {%- for name, taxon in page.taxonomies %}
         {{ name | capitalize }}:
         {%- for item in taxon %}
-          <a href="{{ get_taxonomy_url(kind=name, name=item) }}">#{{ item }}</a>
+          <a href="{{ get_taxonomy_url(kind=name, name=item, lang=lang) }}">#{{ item }}</a>
         {%- endfor %}
       {%- endfor %}
     {%- endif %}