diff --git a/config.toml b/config.toml index 3f29df0..338fb78 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ theme = "etch-custom" enableInlineShortcodes = true enableGitInfo = true -disableHugoGeneratorInject = true # first item in should be charset=utf-8 +disableHugoGeneratorInject = true # I inject it explicitly at the BOTTOM of uglyurls = true pygmentsCodeFences = true pygmentsUseClasses = true diff --git a/themes/etch-custom/layouts/partials/head.html b/themes/etch-custom/layouts/partials/head.html index 052d0e1..6dc2deb 100644 --- a/themes/etch-custom/layouts/partials/head.html +++ b/themes/etch-custom/layouts/partials/head.html @@ -62,4 +62,5 @@ + {{ hugo.Generator }}