diff --git a/templates/article.html b/templates/article.html
index 8e7956e..ac04a2b 100755
--- a/templates/article.html
+++ b/templates/article.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% block title %}{{ article.title }}{% endblock %}
{% block head %}
{{ super() }}
@@ -32,6 +33,8 @@
{% if article.header_cover %}