diff --git a/hugo.toml b/hugo.toml index ec169bf..df1edde 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,17 +14,22 @@ enableRobotsTXT = true [languages] [languages.de] title = "" - weight = 1 + weight = 98 contentDir = "content/de" # languageDirection = 'rtl' for Right-To-Left languages - [[menu.main]] + [[menu.main]] + Identifier= "home" + name = "2024" + url = "/" + weight = 0 + [[menu.main]] # Identifier= "impressum" name = "Impressum" url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz" weight = 99 [languages.en] title = "" - weight = 2 + weight = 98 contentDir = "content/en" [sitemap] diff --git a/static/img/Interfug_Banner.png b/static/img/Interfug_Banner.png index dcf2451..29a0f68 100644 Binary files a/static/img/Interfug_Banner.png and b/static/img/Interfug_Banner.png differ