diff --git a/templates/base.html b/templates/base.html index 98824cd2..84531df9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}{% endblock %} + {% block title %}Freenet{% if page.title %} - {{ page.title }}{% endif %}{% endblock %}