aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/index.html4
-rw-r--r--theme/templates/post.html1
2 files changed, 2 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 &lt;hello@cleberg.net&gt;</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"
diff --git a/theme/templates/post.html b/theme/templates/post.html
index c8c1eb9..43f45d2 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -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 %}