From 5b380bce5086af21cc0f29538f021f4ea5cbb781 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 22 May 2024 15:08:43 -0500 Subject: move service outage banner alert so it appears on all pages --- templates/base.html | 8 ++++++++ templates/index.html | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index a645150..6b36014 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,6 +38,14 @@ +
+
+ Service Outage: Please note that all services and subdomains on + cleberg.net will be unavailable for a few days. +
+
+
{% block content %}{% endblock content %}