update site for hugo v0.146.2 and fix url issues with some rss feeds

This commit is contained in:
Simon Belmont 2025-04-12 14:28:46 -04:00
parent 88a877c883
commit c12d8c4168
14 changed files with 6 additions and 6 deletions

View file

@ -1,15 +0,0 @@
<div class="hints">
<center>Comandos: <b>ALT</b> + <b>/</b> (buscar) | <b>TAB</b> (navegar resultados) | <b>ENTER</b> (elegir)</center>
</br>
</div>
<footer class="footer">
{{ with .Site.Params.footerHtml }}
<span>{{ . | safeHTML }}</span>
{{ else }}
<span>
© {{ now.Format "2006" }} {{ .Site.Params.author.name }}, {{ i18n "powered_by" }}
<a href="https://gohugo.io" class="footerLink">Hugo</a> {{ i18n "and" }}
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> {{ i18n "theme" }}
</span>
{{ end }}
</footer>