diff options
| author | Christian Cleberg <[email protected]> | 2025-02-20 19:49:44 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-02-20 19:49:44 -0600 |
| commit | b6da76df9f87765598d199599a6f14254ad6117f (patch) | |
| tree | 126470c2c024dcaf2b85e5f359292a8d714a31c1 /theme/templates/index.html | |
| parent | d02cfc1464c274a8437497b58a050b199cb72c1a (diff) | |
| download | cleberg.net-b6da76df9f87765598d199599a6f14254ad6117f.tar.gz cleberg.net-b6da76df9f87765598d199599a6f14254ad6117f.tar.bz2 cleberg.net-b6da76df9f87765598d199599a6f14254ad6117f.zip | |
add reply button to posts
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 38fa003..198ef70 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -45,9 +45,7 @@ uid [ultimate] Christian Cleberg <[email protected]></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:[email protected]">[email protected]</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" |
