diff options
| author | Christian Cleberg <[email protected]> | 2024-05-22 15:08:43 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-22 15:08:43 -0500 |
| commit | 29a34f1323e1e98bd56e72b0bb132f8f79a0f208 (patch) | |
| tree | 7fad0f3f74dd95aa37be87e559719fd4709dfb0a /templates/base.html | |
| parent | 78d5e0aca2dc23ffb953533fc5531f383606bf2c (diff) | |
| download | cleberg.net-29a34f1323e1e98bd56e72b0bb132f8f79a0f208.tar.gz cleberg.net-29a34f1323e1e98bd56e72b0bb132f8f79a0f208.tar.bz2 cleberg.net-29a34f1323e1e98bd56e72b0bb132f8f79a0f208.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> |
