immer noch alles durcheinander, aber immerhin sowas wie ein home button

This commit is contained in:
Florian Schlegel 2024-05-30 22:18:15 +02:00
parent 923049b48f
commit 1d23a8f721
2 changed files with 8 additions and 3 deletions

View file

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