diff --git a/templates/article.html b/templates/article.html
index ea02eff..368f2af 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}{{ article.title }}{% endblock %}
+{% block title %}{{ article.title | striptags }}{% endblock %}
{# #}
{% if article.cover %}