style for product summary / added home page link on navbar
This commit is contained in:
19
config.toml
19
config.toml
@@ -51,36 +51,37 @@ enableRobotsTXT = true
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "homepage"
|
||||
name = "Startseite"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "products"
|
||||
name = "Lösungen & Produkte"
|
||||
url = "/products/"
|
||||
weight = 1
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "blog"
|
||||
name = "Neuheiten"
|
||||
url = "/blog/"
|
||||
weight = 2
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "Über mich"
|
||||
url = "/about/"
|
||||
weight = 3
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Kontakt"
|
||||
url = "/contact/"
|
||||
weight = 4
|
||||
weight = 5
|
||||
|
||||
# Footer Menu
|
||||
[[menu.footer]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Impressum & Datenschutzerklärung"
|
||||
url = "/impressum-datenschutzerklaerung"
|
||||
|
||||
Reference in New Issue
Block a user