cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

6399426e4b442147bea56791d2363902fde8ea57

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-12-24T21:11:01Z
committer: <noreply@github.com>

update downtime banner alert
 theme/templates/base.html | 4 ++--
 1 file 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: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</p>