Instead of clicking to send an email, you can click to the mailing list
on lists.sr.ht to view existing comments, then make a new post and write
your own comment.
Signed-off-by: James Pearson <james@jamespearson.xyz>
---
layouts/blog/single.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 6ad7f95..84ab945 100644
--- a/layouts/blog/single.html+++ b/layouts/blog/single.html
@@ -25,7 +25,7 @@
<p>
Have a comment on one of my posts? Start a discussion in my public inbox by
sending an email to
- <a href="mailto:~sircmpwn/public-inbox@lists.sr.ht">~sircmpwn/public-inbox@lists.sr.ht</a>+ <a href="https://lists.sr.ht/~sircmpwn/public-inbox">~sircmpwn/public-inbox@lists.sr.ht</a> [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>]
{{ end }}
</section>
--
2.34.1
[PATCH drewdevault.com 2/2] Add honeypot to homepage
The honeypot is already on blog posts, but not on the homepage.
Signed-off-by: James Pearson <james@jamespearson.xyz>
---
layouts/index.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/layouts/index.html b/layouts/index.html
index eb4950a..bedb497 100644
--- a/layouts/index.html+++ b/layouts/index.html
@@ -51,6 +51,13 @@
sending me a question that could be answered with a web search, reading a
man page, asking an on-topic IRC channel, etc. I do want to read your
email, though, so if in doubt, send it!
+ <div style="color: transparent">+ This is a honeypot:+ <a href="mailto:b62c5a48@cmpwn.com" style="color: transparent">+ b62c5a48@cmpwn.com+ </a>+ Please do not use it unless you are a spambot.+ </div> </small>
</aside>
</main>
--
2.34.1
On Sun Jan 30, 2022 at 1:40 PM CET, Pranjal Kole wrote:
> Would something like Simon Ser's layout[0] be accepted - where> "my public inbox" becomes a hyperlink to> https://lists.sr.ht/~sircmpwn/public-inbox and the mailto link remains> the same?>> Asking because I think this would improve usability.
Yes, this would be reasonable.