From b8b2003f710430ddab314a6fc29e6990f608aa26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 11 Sep 2017 18:30:21 +0200 Subject: [PATCH] template: no need to use dehyphenate for document titles anymore. --- pelican-theme/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican-theme/templates/page.html b/pelican-theme/templates/page.html index a8af6fd8..459184ab 100644 --- a/pelican-theme/templates/page.html +++ b/pelican-theme/templates/page.html @@ -1,4 +1,4 @@ -{% set page_title = page.title|dehyphenate %} +{% set page_title = page.title %} {% extends "base.html" %} {% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %} -- 2.30.2