diff options
| author | Christian Cleberg <[email protected]> | 2024-12-27 10:39:16 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-12-27 10:39:16 -0600 |
| commit | 37debda0f11b0fd26f1e7bfd0531621cd4a94492 (patch) | |
| tree | e77b5e22f1e325b89043214222fb03967227b702 /theme | |
| parent | 38fd7e2b2ad1274a11d8e114c26798499416ff0e (diff) | |
| download | cleberg.net-37debda0f11b0fd26f1e7bfd0531621cd4a94492.tar.gz cleberg.net-37debda0f11b0fd26f1e7bfd0531621cd4a94492.tar.bz2 cleberg.net-37debda0f11b0fd26f1e7bfd0531621cd4a94492.zip | |
remove downtime banner
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 510c5b6..ccd7449 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -25,8 +25,6 @@ <li><a href="/wiki/">Wiki</a></li> </ul> </nav> - <blockquote><b>ALERT</b>: Subdomains are currently down due to infrastructure downtime, including images on - my blog and some <a href="/services/">services</a>, such as Invidious and Priviblur.<br><br>ETA: December 30th, 2024</blockquote> <main>{% block main %}{% endblock %}</main> <footer> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> |
