diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-02-20 19:49:44 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-02-20 19:49:44 -0600 |
commit | 8be42db8eca7931a3da077b80bb0d96d8bc2dda5 (patch) | |
tree | 126470c2c024dcaf2b85e5f359292a8d714a31c1 /theme/templates/post.html | |
parent | a0bd753a5c3652bebf155082b8d2a2b384731611 (diff) | |
download | cleberg.net-8be42db8eca7931a3da077b80bb0d96d8bc2dda5.tar.gz cleberg.net-8be42db8eca7931a3da077b80bb0d96d8bc2dda5.tar.bz2 cleberg.net-8be42db8eca7931a3da077b80bb0d96d8bc2dda5.zip |
add reply button to posts
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r-- | theme/templates/post.html | 1 |
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:hello@cleberg.net">Reply via email</a></blockquote> </article> {% endblock %} |