Readding webring
This commit is contained in:
31
layouts/partials/footer.html
Normal file
31
layouts/partials/footer.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<footer class="footer">
|
||||
<span class="footer_item"> </span>
|
||||
|
||||
|
||||
<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 -}}
|
||||
Reference in New Issue
Block a user