aboutsummaryrefslogtreecommitdiff
path: root/site/templates
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-25 03:03:52 -0300
committerEuAndreh <eu@euandre.org>2020-01-25 03:03:52 -0300
commitac25c896d22e73f7c7049d6823e8cb705d512520 (patch)
treeb7ca02b2ef7cdd4823e21238fc2dfec79fbbb4af /site/templates
parentRemove unused pastebin/template.org (diff)
downloadeuandre.org-ac25c896d22e73f7c7049d6823e8cb705d512520.tar.gz
euandre.org-ac25c896d22e73f7c7049d6823e8cb705d512520.tar.xz
templates/post.html: Add link to public-inbox mailing-list
Following the steps of sircmpwn and skeeto, add mailing list to discuss articles instead of some random blogging software.
Diffstat (limited to '')
-rw-r--r--site/templates/post.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/templates/post.html b/site/templates/post.html
index 7aa2775..0accf98 100644
--- a/site/templates/post.html
+++ b/site/templates/post.html
@@ -5,4 +5,12 @@
<section>
$body$
</section>
+ <section>
+ <p>Have a comment on this post? Start a discussion
+ in my <a href="https://lists.sr.ht/~euandreh/public-inbox">public inbox</a>
+ by sending an email to <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20$title$">~euandreh/public-inbox@lists.sr.ht</a>
+ [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>],
+ or see <a href="https://lists.sr.ht/~skeeto/public-inbox?search=$title$">existing discussions</a>.
+ </p>
+ </section>
</article>