feat: post reply via email (WIP)
This commit is contained in:
parent
a74b7619d0
commit
cbdc63a6eb
2 changed files with 10 additions and 3 deletions
4
src/components/ReplyViaEmail.astro
Normal file
4
src/components/ReplyViaEmail.astro
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
const { title } = Astro.props;
|
||||
---
|
||||
<a href={`mailto:test@email.com?subject=RE:${title}&body=Hi,\n\nI would like to reply to your post "${title}".`}>Reply via Email</a>
|
Loading…
Add table
Add a link
Reference in a new issue