diff --git a/hugo.toml b/hugo.toml index bfc5f39..ba6490b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,7 +6,7 @@ defaultContentLanguage = 'es' [params] user = "peter" hostname = "peterdominguez.art" - footerHtml = 'Este blog es posible gracias al poder de Debian GNU/Linux y Hugo. Todo su contenido está sujeto a una licencia CC BY-SA 4.0.' + footerHtml = 'Todo contenido bajo una licencia CC BY-SA 4.0. Para buscar en este sitio: presiona Meta (tecla Win) + /' [params.author] name = "Peter Domínguez" avatar = "/simon.png" diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 0bff877..ee3f501 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -6,7 +6,7 @@
-

{{ .Title }}

+

{{ .Title }}

{{ with .Content }} @@ -40,5 +40,5 @@ {{ template "partials/pagination.html" . }}
- {{ end }} +