diff --git a/templates/base.html b/templates/base.html index 57a1f57..04c8bae 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@ {% endblock %} - {% block title %}Home{% endblock %} | {{ config.title }} + {% block title %}{{ config.title }}{% endblock %}