commit: 2ccbdc981e85f83d3b072654e1a20b04b9a9ed1b
parent 08ba93630a03ef364581eb8e2e102388801a7034
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 11 Apr 2023 16:51:42 +0200
drop comments
Diffstat:
2 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
@@ -15,17 +15,6 @@
</article>
</main>
-<section class="comment">
- {{ if not .Params.nocomment }}
- <p>
- 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 }}
-</section>
-
{{ partial "webring-out.html" }}
{{ partial "foot.html" }}
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html
@@ -3,11 +3,4 @@
<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>