diff --git a/templates/base.html b/templates/base.html index da18d02..7599b47 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ {% block head %} - {% if NASHOSTED %}NAS Hosted - {% endif %}{% block title %}{{ SITENAME }}{% endblock title %} + {% block title %}{{ SITENAME }}{% endblock title %} {% if FAVICON %} {% endif %}