Merge pull request #304 from schmittlauch/title-striptags
page template: strip tags from site title
This commit is contained in:
commit
808fcb39f4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block title %} – {{ page.title }}{% endblock %}
|
{% block title %} – {{ page.title|striptags|escape }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article class="single">
|
<article class="single">
|
||||||
|
|
Loading…
Reference in a new issue