cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

7a1b39823df7099e2af71f643a5ad77de1949af6

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-04-05T16:12:17Z

add arrow to post footer
 theme/templates/post.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 %}