From a748c29e109985336a53995566f3ceb3e62b7d33 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 5 Apr 2024 15:58:56 -0500 Subject: [PATCH] add email reply option to gemlog posts --- templates/post.tera | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/post.tera b/templates/post.tera index 60a159b..c5cbf39 100644 --- a/templates/post.tera +++ b/templates/post.tera @@ -11,6 +11,8 @@ * Categories: {{ entry.categories | join(sep=", ") }} {% endif %} {{ entry.body }} + +=> mailto:capsule@jbowdre.lol?subject=Re:%20{{ entry.title | slugify }} 📧 Reply via email ───── => {{ feed.index_url }} [posts]