diff options
| author | Christian Cleberg <[email protected]> | 2025-04-05 11:12:17 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-05 11:12:17 -0500 |
| commit | 7a1b39823df7099e2af71f643a5ad77de1949af6 (patch) | |
| tree | fbf605828384354b5d52c166608c6343ce11b10e /theme/templates | |
| parent | 536934e08f27b704e9ad26d4eb5350c3deb3b2a7 (diff) | |
| download | cleberg.net-7a1b39823df7099e2af71f643a5ad77de1949af6.tar.gz cleberg.net-7a1b39823df7099e2af71f643a5ad77de1949af6.tar.bz2 cleberg.net-7a1b39823df7099e2af71f643a5ad77de1949af6.zip | |
add arrow to post footer
Diffstat (limited to 'theme/templates')
| -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:[email protected]">Reply via email</a></blockquote> + <blockquote><a href="mailto:[email protected]">Reply via email →</a></blockquote> </article> {% endblock %} |
