cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
b6da76df9f87765598d199599a6f14254ad6117f
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-02-21T01:49:44Z
theme/templates/index.html | 4 +--- theme/templates/post.html | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) @@ -45,9 +45,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <section> <h2>Contact</h2> <ul> - <li> - hello [at] cleberg.net (<a href="https://cleberg.net/gpg.txt">GPG</a>) - </li> + <li><a href="mailto:hello@cleberg.net">hello@cleberg.net</a> (<a href="https://cleberg.net/gpg.txt">GPG</a>)</li> <li>cyb0rg on <a href="https://libera.chat/">libera.chat</a></li> <li> <a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" @@ -23,5 +23,6 @@ {% endif %} </section> <section>{{ post.html | safe }}</section> + <blockquote><a href="mailto:hello@cleberg.net">Reply via email</a></blockquote> </article> {% endblock %}