about summary refs log tree commit diff stats
path: root/themes/bear/templates/taxonomy_single.html
diff options
context:
space:
mode:
authorAlan Pearce2023-06-23 14:01:14 +0200
committerAlan Pearce2023-06-23 14:04:53 +0200
commit805b34faf0bbdaf135e16072b8dd9153a24368ad (patch)
treee4fe3dfe9c77cb653d03170d6e5f137fcdb96a81 /themes/bear/templates/taxonomy_single.html
parentfe119b75f2b3f8f3ba8c2367c3ec768538edc695 (diff)
downloadwebsite-805b34faf0bbdaf135e16072b8dd9153a24368ad.tar.lz
website-805b34faf0bbdaf135e16072b8dd9153a24368ad.tar.zst
website-805b34faf0bbdaf135e16072b8dd9153a24368ad.zip
Fix overzealous URL encoding
Diffstat (limited to 'themes/bear/templates/taxonomy_single.html')
-rw-r--r--themes/bear/templates/taxonomy_single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html
index 4fade3f..2798f94 100644
--- a/themes/bear/templates/taxonomy_single.html
+++ b/themes/bear/templates/taxonomy_single.html
@@ -22,7 +22,7 @@
               {{ page.date | date(format=config.extra.date_format) }}
             </time>
           </span>
-          <a href="{{ page.permalink }}">{{ page.title }}</a>
+          <a href="{{ page.path | urlencode | safe }}">{{ page.title }}</a>
         </li>
       {% else %}
         <li>