diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/templates/post.html | 8 |
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> |