From: Vladimír Vondruš Date: Mon, 11 Dec 2017 11:41:54 +0000 (+0100) Subject: theme: of course it's wrong. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=6242d2de074b57dc0e4509366c6c734456642715;p=blog.git theme: of course it's wrong. --- diff --git a/pelican-theme/templates/base_blog.html b/pelican-theme/templates/base_blog.html index 81649628..dfa4d1a4 100644 --- a/pelican-theme/templates/base_blog.html +++ b/pelican-theme/templates/base_blog.html @@ -54,7 +54,7 @@
  • (none yet)
  • {% endif %} {% for cat, null in categories %} -
  • {{ cat|hyphenate|e }}
  • +
  • {{ cat|e|hyphenate }}
  • {% endfor %} {% if M_SHOW_AUTHOR_LIST and authors %}