diff --git a/templates/article-sw.html b/templates/article-sw.html index 6d696ca..ef88d78 100644 --- a/templates/article-sw.html +++ b/templates/article-sw.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title %} +{{ page.title }} +{% endblock %} + {% block extra_head %} diff --git a/templates/article.html b/templates/article.html index 1eae29f..08ff3a4 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title %} +{{ page.title }} +{% endblock %} + {% block extra_head %} {% endblock %}