Merge pull request #304 from schmittlauch/title-striptags

page template: strip tags from site title
This commit is contained in:
Alexandre Vicenzi 2022-07-08 15:34:21 +02:00 committed by GitHub
commit 808fcb39f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">