aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-05 11:12:17 -0500
committerChristian Cleberg <hello@cleberg.net>2025-04-05 11:12:17 -0500
commit70b5b5c51568904fa6c2beac977ed6a0ab29119a (patch)
treefbf605828384354b5d52c166608c6343ce11b10e /theme/templates
parent9f7911afddbbe2e700b4190e4d29fba7ab23b1b8 (diff)
downloadcleberg.net-70b5b5c51568904fa6c2beac977ed6a0ab29119a.tar.gz
cleberg.net-70b5b5c51568904fa6c2beac977ed6a0ab29119a.tar.bz2
cleberg.net-70b5b5c51568904fa6c2beac977ed6a0ab29119a.zip
add arrow to post footer
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/post.html2
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 &rarr;</a></blockquote>
</article>
{% endblock %}