diff --git a/server.py b/server.py index 9241bf6..5113bd8 100644 --- a/server.py +++ b/server.py @@ -496,6 +496,7 @@ def index(): sites=sites, projects=projects, time=time, + message=ncConfig["message"], ), 200, {"Content-Type": "text/html"}, diff --git a/templates/index.html b/templates/index.html index ac052a7..1cd072c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -66,7 +66,7 @@ Some services are down.
Check them out here!
-

Nathan.Woodburn/

+

Nathan.Woodburn/

{{message|safe}}