menü überarbeitet
This commit is contained in:
parent
0171364c21
commit
d02a225b4b
1 changed files with 14 additions and 4 deletions
18
hugo.toml
18
hugo.toml
|
@ -16,7 +16,7 @@ enableRobotsTXT = true
|
|||
|
||||
[[languages.de.menu.main]]
|
||||
identifier = "home"
|
||||
name = "Interfug 2025"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 10
|
||||
|
||||
|
@ -27,14 +27,24 @@ enableRobotsTXT = true
|
|||
weight = 30
|
||||
|
||||
[[languages.de.menu.main]]
|
||||
identifier = "impressum"
|
||||
name = "Impressum"
|
||||
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
|
||||
identifier = "vorjahre"
|
||||
name = "Vorjahre"
|
||||
url = "/vorjahre"
|
||||
weight = 90
|
||||
|
||||
[languages.en]
|
||||
contentDir = "content/en"
|
||||
# languageDirection = 'rtl' for Right-To-Left languages
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/en"
|
||||
weight = 10
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "tickets"
|
||||
name = "Tickets"
|
||||
url = "https://tickets.chch.it/ChCh/Interfug2025/"
|
||||
weight = 30
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue