chiark / gitweb /
theme: of course it's wrong.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 11:41:54 +0000 (12:41 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 13:47:56 +0000 (14:47 +0100)
pelican-theme/templates/base_blog.html

index 81649628ce7c8ec43447dbdaf17281dd741690fc..dfa4d1a40bc21c460a26fdcb3e1eb4a61637f493 100644 (file)
@@ -54,7 +54,7 @@
         <li><em class="m-text m-dim">(none yet)</em></li>
         {% endif %}
         {% for cat, null in categories %}
-        <li><a href="{{ cat.url|format_siteurl|e }}">{{ cat|hyphenate|e }}</a></li>
+        <li><a href="{{ cat.url|format_siteurl|e }}">{{ cat|e|hyphenate }}</a></li>
         {% endfor %}
       </ol>
       {% if M_SHOW_AUTHOR_LIST and authors %}