feat: add body to response by email
This commit is contained in:
parent
16e60c3a41
commit
c4991e044c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ layout: default
|
|||
|
||||
<div class="blog-post__after-content">
|
||||
<div id="reply-by-email">
|
||||
<a href="mailto:blog@ayco.io?subject=Re: {{page.title}}">Thoughts? Reply to this post by email</a>
|
||||
<a href="mailto:blog@ayco.io?subject=Re: {{page.title}}&body=%0A%0AResponse to: {{site.url}}{{page.url}}">Thoughts? Reply to this post by email</a>
|
||||
<style>
|
||||
#reply-by-email {
|
||||
margin: 2em 0;
|
||||
|
|
Loading…
Reference in a new issue