check in
[Ultimately_Untrue_Thought.git] / theme / templates / page.html
index 000ea7a..61fcce1 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block content %}
 
-<h1>{{ page.title }}</h1>
+<h1>{{ page.title|striptags }}</h1>
 {{ page.content }}
 
 {% endblock %}