feat: post reply via email (WIP)

This commit is contained in:
grassblock 2025-05-23 17:11:25 +08:00
parent a74b7619d0
commit cbdc63a6eb
2 changed files with 10 additions and 3 deletions

View 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>