- 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
17 lines
858 B
HTML
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>
|
|
© {{ 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>
|