chiark / gitweb /
template: no need to use dehyphenate for document titles anymore.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Sep 2017 16:30:21 +0000 (18:30 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 14 Sep 2017 22:11:11 +0000 (00:11 +0200)
pelican-theme/templates/page.html

index a8af6fd8690ee5bcd80818bf7979d712b7ad97ee..459184abcbf62c55da4f6e20ddb15dcbf5daccf3 100644 (file)
@@ -1,4 +1,4 @@
-{% set page_title = page.title|dehyphenate %}
+{% set page_title = page.title %}
 {% extends "base.html" %}
 
 {% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %}