reword copyright notice and inform visitors of the search shortcut

This commit is contained in:
Peter 2025-03-17 22:03:19 -04:00
parent c7102e0628
commit 79054455c7
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ defaultContentLanguage = 'es'
[params] [params]
user = "peter" user = "peter"
hostname = "peterdominguez.art" hostname = "peterdominguez.art"
footerHtml = 'Este blog es posible gracias al poder de <a href="https://www.debian.org" target="_blank">Debian GNU/Linux</a> y <a href="https://gohugo.io" target="_blank">Hugo</a>. Todo su contenido está sujeto a una licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0.</a>' footerHtml = 'Todo contenido bajo una licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0</a>. Para buscar en este sitio: presiona Meta (tecla Win) + /'
[params.author] [params.author]
name = "Peter Domínguez" name = "Peter Domínguez"
avatar = "/simon.png" avatar = "/simon.png"

View file

@ -6,7 +6,7 @@
<div> <div>
<div class="listHeader"> <div class="listHeader">
<h1>{{ .Title }}</h1> <h1>{{ .Title }}</h1><p>
</div> </div>
{{ with .Content }} {{ with .Content }}
@ -40,5 +40,5 @@
{{ template "partials/pagination.html" . }} {{ template "partials/pagination.html" . }}
</div> </div>
</div> </div>
{{ end }} {{ end }}