Place a mastodon verification link in the home page footer

This commit is contained in:
Andrew Stryker
2025-03-01 12:33:33 -08:00
parent e5d5886354
commit 7340422162

View File

@@ -0,0 +1,4 @@
{{ if .IsHome }}
<!-- Mastodon verification link (visually hidden) -->
<a rel="me" href="https://mastodon.sdf.org/@axs" style="position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;"> </a>
{{ end }}