aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-12-23 18:16:21 -0600
committerGitHub <[email protected]>2024-12-23 18:16:21 -0600
commitf55ebb74d60f0e941bfb6acc4db8d3d98eb66375 (patch)
tree59301bc04ad36a28d0cdf8ab88fdc64a121c7f18 /theme/templates
parent4bb9d2da761793a6f3439898cb25d3b2f89b895f (diff)
downloadcleberg.net-f55ebb74d60f0e941bfb6acc4db8d3d98eb66375.tar.gz
cleberg.net-f55ebb74d60f0e941bfb6acc4db8d3d98eb66375.tar.bz2
cleberg.net-f55ebb74d60f0e941bfb6acc4db8d3d98eb66375.zip
fix date in banner alert
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 192087f..6f400c8 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -26,7 +26,7 @@
</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>
+ my blog and all <a href="/services/">services</a>.<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>