commit: 5c45b4b0c20f1a9e4ebd340789c32f174f9078e8
parent 314610c3e2cf89b0ba10b378fb85872fc1fe676e
Author: Pranjal Kole <pranjal.kole7@gmail.com>
Date: Sun, 30 Jan 2022 20:38:05 +0530
layouts/blog: add link to mailing list archives
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
@@ -23,8 +23,9 @@
{{ if not .Params.nocomment }}
<p>
- Have a comment on one of my posts? Start a discussion in my public inbox by
- sending an email to
+ Have a comment on one of my posts? Start a discussion in
+ <a href="https://lists.sr.ht/~sircmpwn/public-inbox">my public inbox</a>
+ by sending an email to
<a href="mailto:~sircmpwn/public-inbox@lists.sr.ht">~sircmpwn/public-inbox@lists.sr.ht</a>
[<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>]
{{ end }}