strip HTML inside <title> tags
[Ultimately_Untrue_Thought.git] / theme / templates / article.html
index 2069815..1d1ba69 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}{{ article.title }} ★ {{ SITENAME }}{% endblock %}
+{% block title %}{{ article.title|striptags }} ★ {{ SITENAME }}{% endblock %}
 
 {% block extra_meta %}