We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ca78c commit 578948cCopy full SHA for 578948c
templates/page.html
@@ -1,6 +1,6 @@
1
{% extends "base.html" %}
2
3
-{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %}
+{% block title %}{{ page.title | striptags }} | {{ config.title }}{% endblock title %}
4
5
{% block main %}
6
<h1>{{ page.title | safe}}</h1>
0 commit comments