use urlencode instead of slugify for email reply subject

This commit is contained in:
John Bowdre 2024-04-05 16:19:35 -05:00
parent a748c29e10
commit ba1b21c109
1 changed files with 1 additions and 1 deletions

View File

@ -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]