cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
4bb9d2da761793a6f3439898cb25d3b2f89b895f
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-12-23T23:35:00Z
committer: <noreply@github.com>
theme/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) @@ -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: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p>