diff --git a/hugo.toml b/hugo.toml index c26afad..141f881 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,8 +2,14 @@ baseURL = 'https://ctrlz.es/' languageCode = 'es-es' title = 'Control + Z' theme = 'clean' +disableHugoGeneratorInject = true +enableEmoji = true [params] [params.contact] + name = 'Miguel de la Cruz' email = 'mgdelacroix@gmail.com' mastodon = 'https://social.ctrlz.es/@mgdelacroix' + [params.author] + name = 'Miguel de la Cruz' + email = 'mgdelacroix@gmail.com' diff --git a/themes/clean/layouts/partials/head.html b/themes/clean/layouts/partials/head.html index 02c2240..6312251 100644 --- a/themes/clean/layouts/partials/head.html +++ b/themes/clean/layouts/partials/head.html @@ -2,4 +2,3 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} -{{ partialCached "head/js.html" . }} diff --git a/themes/clean/layouts/partials/terms.html b/themes/clean/layouts/partials/terms.html index 47cf6e4..a47b1f8 100644 --- a/themes/clean/layouts/partials/terms.html +++ b/themes/clean/layouts/partials/terms.html @@ -13,7 +13,11 @@ For a given taxonomy, renders a list of terms assigned to the page. {{- with $page.GetTerms $taxonomy }} {{- $label := (index . 0).Parent.LinkTitle }}
-
{{ $label }}:
+ {{if eq $label "Tags"}} +
Etiquetas
+ {{else}} +
{{ $label }}:
+ {{end}}