From 2602fbe89ff7795e1e89980a7fe49ca547a26afa Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Tue, 29 Nov 2022 15:31:06 -0400 Subject: [PATCH] minor cleanup of the header --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}