englischen Text aus 2024 übernommen
This commit is contained in:
parent
e3b6769239
commit
d12e036dbe
2 changed files with 30 additions and 1 deletions
10
hugo.toml
10
hugo.toml
|
@ -35,17 +35,25 @@ enableRobotsTXT = true
|
|||
[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
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "vorjahre"
|
||||
name = "Previous years"
|
||||
url = "/en/vorjahre"
|
||||
weight = 90
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
|
@ -79,4 +87,4 @@ enableRobotsTXT = true
|
|||
[params.widgets]
|
||||
categories = true
|
||||
tags = true
|
||||
search = true
|
||||
search = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue