chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee3837
)
theme: of course it's wrong.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Dec 2017 11:41:54 +0000
(12:41 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Dec 2017 13:47:56 +0000
(14:47 +0100)
pelican-theme/templates/base_blog.html
patch
|
blob
|
history
diff --git
a/pelican-theme/templates/base_blog.html
b/pelican-theme/templates/base_blog.html
index 81649628ce7c8ec43447dbdaf17281dd741690fc..dfa4d1a40bc21c460a26fdcb3e1eb4a61637f493 100644
(file)
--- a/
pelican-theme/templates/base_blog.html
+++ b/
pelican-theme/templates/base_blog.html
@@
-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|hyphenat
e }}</a></li>
{% endfor %}
</ol>
{% if M_SHOW_AUTHOR_LIST and authors %}