commit: 732ee6262637ebb704b9b416932d770aa1599a9c
parent dbcd2b5844b67a290198fedd26cfed6c2b4ba1ec
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 20 Dec 2021 12:55:36 +0100
Add spam honeypot
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html
@@ -3,4 +3,11 @@
<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.
The <a href="https://git.sr.ht/~sircmpwn/drewdevault.com">code for this site</a>
is <a href="https://opensource.org/licenses/MIT">MIT</a>.
+ <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>
</footer>