Files
neilhanlon.me/layouts/partials/footer.html
T
neil 9c75705dab Fix homepage accuracy, add ko-fi link, restore gist shortcode
- Drop stale 'Rocky Linux' now-card; add Fedora/RISC-V in its place
- Update hero contact handle @NeilHanlon -> @shrug.pw (bsky)
- Add static ko-fi footer link (no overlay/popup)
- Local gist shortcode to replace deprecated built-in
2026-07-12 13:34:15 -04:00

17 lines
858 B
HTML

<footer class="footer" aria-label="Site footer">
<div class="footer__inner">
<p class="footer__note">
Built with Hugo. No trackers, no popups, occasionally a typo left in on purpose.
<span aria-hidden="true">¯\_(ツ)_/¯</span><br>
&copy; {{ now.Year }} {{ .Site.Params.author }}.
</p>
<div class="footer__links">
{{- with .Site.Params.social.github }}<a href="https://github.com/{{ . }}" rel="me noopener">github</a>{{ end }}
{{- with .Site.Params.social.bluesky }}<a href="https://bsky.app/profile/{{ replace . "@" "" }}" rel="me noopener">bluesky</a>{{ end }}
{{- with .OutputFormats.Get "rss" }}<a href="{{ .RelPermalink }}">rss</a>{{ end }}
<a href="https://shrugpw.com" rel="noopener">consulting</a>
<a href="https://ko-fi.com/kneel" rel="noopener">ko-fi</a>
</div>
</div>
</footer>