From ba1b21c10924510172abd1310f705a3c7489da0b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 5 Apr 2024 16:19:35 -0500 Subject: [PATCH] use urlencode instead of slugify for email reply subject --- templates/post.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post.tera b/templates/post.tera index c5cbf39..ce957de 100644 --- a/templates/post.tera +++ b/templates/post.tera @@ -12,7 +12,7 @@ {% endif %} {{ entry.body }} -=> mailto:capsule@jbowdre.lol?subject=Re:%20{{ entry.title | slugify }} 📧 Reply via email +=> mailto:capsule@jbowdre.lol?subject=Re:%20{{ entry.title | urlencode }} 📧 Reply via email ───── => {{ feed.index_url }} [posts]