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:
3c5b3bd
)
template: no need to use dehyphenate for document titles anymore.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Sep 2017 16:30:21 +0000
(18:30 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 14 Sep 2017 22:11:11 +0000
(
00:11
+0200)
pelican-theme/templates/page.html
patch
|
blob
|
history
diff --git
a/pelican-theme/templates/page.html
b/pelican-theme/templates/page.html
index a8af6fd8690ee5bcd80818bf7979d712b7ad97ee..459184abcbf62c55da4f6e20ddb15dcbf5daccf3 100644
(file)
--- 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 %}