aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-12-23 18:16:21 -0600
committerGitHub <noreply@github.com>2024-12-23 18:16:21 -0600
commit52ec442caed82baaf69313fc755887737be1a006 (patch)
tree59301bc04ad36a28d0cdf8ab88fdc64a121c7f18 /theme/templates/base.html
parent5a54a098b3a91e9b15af564597a9c38445b64c08 (diff)
downloadcleberg.net-52ec442caed82baaf69313fc755887737be1a006.tar.gz
cleberg.net-52ec442caed82baaf69313fc755887737be1a006.tar.bz2
cleberg.net-52ec442caed82baaf69313fc755887737be1a006.zip
fix date in banner alert
Diffstat (limited to 'theme/templates/base.html')
-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>