aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-12-23 23:35:00 +0000
committerGitHub <noreply@github.com>2024-12-23 23:35:00 +0000
commit5a54a098b3a91e9b15af564597a9c38445b64c08 (patch)
tree61edf19ce2a3b9c49ec4d09ec2e83adfb155a789 /theme
parent3059e06c1e9f01be65a13722d2ecdeeafe821123 (diff)
downloadcleberg.net-5a54a098b3a91e9b15af564597a9c38445b64c08.tar.gz
cleberg.net-5a54a098b3a91e9b15af564597a9c38445b64c08.tar.bz2
cleberg.net-5a54a098b3a91e9b15af564597a9c38445b64c08.zip
add banner alert
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 3281da6..192087f 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -25,6 +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: January 30th, 2025</blockquote>
<main>{% block main %}{% endblock %}</main>
<footer>
<p>Last build: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</p>