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 | |
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
-rw-r--r-- | templates/base.html | 8 | ||||
-rw-r--r-- | 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 @@ </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> diff --git a/templates/index.html b/templates/index.html index 4156a38..ef815dc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,12 +1,5 @@ {% extends "base.html" %} {% block content %} <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> -<section> <h1>cleberg.net</h1> <pre>pub rsa4096 2022-11-16 [SC] <a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a> |