diff --git a/hugo.toml b/hugo.toml index 33602ef..1764319 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,9 @@ baseURL = 'https://example.org/' languageCode = 'it-IT' title = 'Ulisse wiki' +canonifyURLs = true +relativeURLs = true + [module] [[module.imports]] @@ -9,3 +12,8 @@ path = 'github.com/McShelby/hugo-theme-relearn' [params] themeVariant = "ulisse" + +[outputs] +home = ["HTML", "RSS", "SEARCH", "SEARCHPAGE", "PRINT"] +section = ["HTML", "RSS", "PRINT"] +page = ["HTML", "RSS", "PRINT"] diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index 26ab19f..62e0cb0 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1,5 +1,6 @@