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

View file

@ -12,7 +12,7 @@
{% endif %} {% endif %}
{{ entry.body }} {{ 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] => {{ feed.index_url }} [posts]