aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-02-20 19:49:44 -0600
committerChristian Cleberg <[email protected]>2025-02-20 19:49:44 -0600
commitb6da76df9f87765598d199599a6f14254ad6117f (patch)
tree126470c2c024dcaf2b85e5f359292a8d714a31c1 /theme/templates/post.html
parentd02cfc1464c274a8437497b58a050b199cb72c1a (diff)
downloadcleberg.net-b6da76df9f87765598d199599a6f14254ad6117f.tar.gz
cleberg.net-b6da76df9f87765598d199599a6f14254ad6117f.tar.bz2
cleberg.net-b6da76df9f87765598d199599a6f14254ad6117f.zip
add reply button to posts
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html1
1 files changed, 1 insertions, 0 deletions
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:[email protected]">Reply via email</a></blockquote>
</article>
{% endblock %}