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 @@