Remove share buttons

About 0.19% of visitors in the past 12 months have clicked the share
buttons at all. The code is a little ugly, and it wastes a tiny bit of
space at the bottom of the page. I don't think it's really worth having.

And I think people probably print a page through the browser UI anyways.
This commit is contained in:
2025-08-08 01:51:47 -05:00
parent 14475c13f4
commit b1cdf7c318
6 changed files with 0 additions and 135 deletions

View File

@@ -60,10 +60,6 @@
</div>
{{ end }}
{{ if .Site.Params.shareButtons }}
{{ partial "share.html" . }}
{{ end }}
{{ if .Params.comments }}
<div class="comments">
{{ partial "comments.html" . }}