mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-14 02:12:18 +00:00
use urlencode instead of slugify for email reply subject
This commit is contained in:
parent
a748c29e10
commit
ba1b21c109
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue