diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-12-24 15:11:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 15:11:01 -0600 |
commit | 210a6eb6f0e18b394a1c193f9bc9b5bfa7ab46b8 (patch) | |
tree | 202f848f01e1ac2eba8ba8e424215881efb74350 /theme | |
parent | 52ec442caed82baaf69313fc755887737be1a006 (diff) | |
download | cleberg.net-210a6eb6f0e18b394a1c193f9bc9b5bfa7ab46b8.tar.gz cleberg.net-210a6eb6f0e18b394a1c193f9bc9b5bfa7ab46b8.tar.bz2 cleberg.net-210a6eb6f0e18b394a1c193f9bc9b5bfa7ab46b8.zip |
update downtime banner alert
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 6f400c8..cbadb28 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -25,8 +25,8 @@ <li><a href="/wiki/">Wiki</a></li> </ul> </nav> - <blockquote><b>ALERT</b>: Subdomains are currently down, including images on - my blog and all <a href="/services/">services</a>.<br><br>ETA: December 30th, 2024</blockquote> + <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> |