Readding webring
This commit is contained in:
@@ -10,3 +10,6 @@ module:
|
||||
- path: github.com/hugo-sid/hugo-blog-awesome
|
||||
|
||||
theme: "github.com/hugo-sid/hugo-blog-awesome"
|
||||
|
||||
footer:
|
||||
disclaimer: "ciao"
|
||||
|
||||
@@ -8,3 +8,5 @@ Sometime you can find me in a GDG, a DataBeers, a Pycon, a Comicon or other simi
|
||||
Huge Open Source fan and user I am allways searching something new to do or to study.
|
||||
Huge fan of automation, autodeploy, data sharing and bots.
|
||||
A lot of my personal stuff are here in my blog and some in my Github.
|
||||
|
||||
|
||||
|
||||
8
content/post/2025/prova/index.md
Normal file
8
content/post/2025/prova/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title:
|
||||
date: 2025-01-16T00:27:23+01:00
|
||||
draft: true
|
||||
description:
|
||||
isStarred: false
|
||||
---
|
||||
|
||||
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