Skip to content

Commit 30f94c0

Browse files
author
Richard Jones
committed
don't escape the mdash
1 parent 2b3647a commit 30f94c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/www/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
{{ metatags }}
77
{%- if builder != 'htmlhelp' %}
8-
{%- set titlesuffix = " &mdash; " + docstitle|e %}
8+
{%- set titlesuffix = docstitle|e %}
9+
{%- set titlesuffix = " &mdash; " + titlesuffix %}
910
{%- endif %}
1011
<title>{{ title|striptags }}{{ titlesuffix }}</title>
1112
{%- if builder == 'web' %}

0 commit comments

Comments
 (0)