diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-01 22:01:32 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-01 22:01:32 -0500 |
commit | db9a372547a71279402a59ac66a29e15b65ec841 (patch) | |
tree | 9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /theme/templates/post.html | |
parent | 0325ac27aeb7c7ee1b205b3b33eecd9cc1503a41 (diff) | |
download | cleberg.net-db9a372547a71279402a59ac66a29e15b65ec841.tar.gz cleberg.net-db9a372547a71279402a59ac66a29e15b65ec841.tar.bz2 cleberg.net-db9a372547a71279402a59ac66a29e15b65ec841.zip |
migrate back to cleberg.net
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 5ad5d04..ecd7afa 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -23,6 +23,6 @@ {% endif %} </section> <section>{{ post.html | safe }}</section> - <blockquote><a href="mailto:hello@cmc.pub">Reply via email</a></blockquote> + <blockquote><a href="mailto:hello@cleberg.net">Reply via email</a></blockquote> </article> {% endblock %} |