diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-05-22 15:08:43 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-05-22 15:08:43 -0500 |
commit | 5b380bce5086af21cc0f29538f021f4ea5cbb781 (patch) | |
tree | 7fad0f3f74dd95aa37be87e559719fd4709dfb0a /templates/base.html | |
parent | 3ee3cba970cb26f579511c2f615ae8b8489ae545 (diff) | |
download | cleberg.net-5b380bce5086af21cc0f29538f021f4ea5cbb781.tar.gz cleberg.net-5b380bce5086af21cc0f29538f021f4ea5cbb781.tar.bz2 cleberg.net-5b380bce5086af21cc0f29538f021f4ea5cbb781.zip |
move service outage banner alert so it appears on all pages
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 8 |
1 files changed, 8 insertions, 0 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 @@ </ul> </nav> + <section> + <div class="alert"> + <b><u>Service Outage</u></b + >: Please note that all services and subdomains on + <code>cleberg.net</code> will be unavailable for a few days. + </div> + </section> + <main>{% block content %}{% endblock content %}</main> <footer> |