diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-12-23 18:16:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-23 18:16:21 -0600 |
commit | 52ec442caed82baaf69313fc755887737be1a006 (patch) | |
tree | 59301bc04ad36a28d0cdf8ab88fdc64a121c7f18 | |
parent | 5a54a098b3a91e9b15af564597a9c38445b64c08 (diff) | |
download | cleberg.net-52ec442caed82baaf69313fc755887737be1a006.tar.gz cleberg.net-52ec442caed82baaf69313fc755887737be1a006.tar.bz2 cleberg.net-52ec442caed82baaf69313fc755887737be1a006.zip |
fix date in banner alert
-rw-r--r-- | theme/templates/base.html | 2 |
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: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> |