url encode email reply
This commit is contained in:
parent
3751abcd01
commit
200f7876fd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ layout: default
|
||||||
|
|
||||||
<div class="blog-post__after-content">
|
<div class="blog-post__after-content">
|
||||||
<div id="reply-by-email">
|
<div id="reply-by-email">
|
||||||
<a href="mailto:blog@ayco.io?subject=Re:%20{{page.title | escape}}&body=%0A%0AResponse%20to:%20{{site.url}}{{page.url}}">Thoughts? Reply by email</a>
|
<a href="mailto:blog@ayco.io?subject=Re:%20{{page.title | url_encode}}&body=%0A%0AResponse%20to:%20{{site.url}}{{page.url}}">Thoughts? Reply by email</a>
|
||||||
<style>
|
<style>
|
||||||
#reply-by-email {
|
#reply-by-email {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
|
Loading…
Reference in a new issue