Readding webring

This commit is contained in:
Fundor333
2025-01-16 00:45:42 +01:00
parent 37e6874653
commit 6ce7a108b9
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<footer class="footer">
<span class="footer_item"> </span>
&nbsp;
<div class="footer_social-icons">
{{- partial "socialIcons.html" site.Params.socialIcons -}}
<p class="flex justify-center">
<a href='https://webring.recurse.com' target='_blank'>
<img loading="lazy" src='https://webring.recurse.com/icon.png' width="30" height="30" />
</a>
<a href='https://webring.xxiivv.com/#random' target='_blank'>
<img loading="lazy" width=" 30" height="30" src='https://webring.xxiivv.com/icon.white.svg' />
</a>
</p>
<p>
<a href="https://xn--sr8hvo.ws/previous"></a>
<a href="https://xn--sr8hvo.ws">IndieWeb Webring</a>
<a href="https://xn--sr8hvo.ws/next"></a>
</p>
</div>
<small class="footer_copyright">
© {{ now.Format "2006" }} {{ .Site.Params.author.name }}.
{{ T "footer.disclaimer" | safeHTML }}
</small>
</footer>
{{- if .Site.Params.goToTop -}}
<a href="#" title="{{ T "footer.go_to_top" }}" id="totop">
{{ partial "svgs/arrowUp.svg" (dict "height" 48 "width" 48) . }}
</a>
{{- end -}}