diff options
-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 ecd7afa..fe38bc1 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@cleberg.net">Reply via email</a></blockquote> + <blockquote><a href="mailto:hello@cleberg.net">Reply via email →</a></blockquote> </article> {% endblock %} |