aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-05 11:12:17 -0500
committerChristian Cleberg <[email protected]>2025-04-05 11:12:17 -0500
commit7a1b39823df7099e2af71f643a5ad77de1949af6 (patch)
treefbf605828384354b5d52c166608c6343ce11b10e /theme
parent536934e08f27b704e9ad26d4eb5350c3deb3b2a7 (diff)
downloadcleberg.net-7a1b39823df7099e2af71f643a5ad77de1949af6.tar.gz
cleberg.net-7a1b39823df7099e2af71f643a5ad77de1949af6.tar.bz2
cleberg.net-7a1b39823df7099e2af71f643a5ad77de1949af6.zip
add arrow to post footer
Diffstat (limited to 'theme')
-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:[email protected]">Reply via email</a></blockquote>
+ <blockquote><a href="mailto:[email protected]">Reply via email &rarr;</a></blockquote>
</article>
{% endblock %}