diff --git a/hugo.toml b/hugo.toml index 02af0ba..0d6c229 100644 --- a/hugo.toml +++ b/hugo.toml @@ -101,6 +101,11 @@ pagination.pagerSize = 5 name = "End of 10" url = "/endof10" + [languages.en.menu] + [[languages.en.menu.main]] + identifier = "hacktime" + name = "HackTime" + url = "https://hacktime.hackinpovo.it" + [markup.goldmark.renderer] unsafe= true -