Added to main menu instead of outdated "Webinars" page.
All checks were successful
/ build (pull_request) Successful in 1m38s
All checks were successful
/ build (pull_request) Successful in 1m38s
This commit is contained in:
parent
687590bb74
commit
875ecebc3b
1 changed files with 11 additions and 4 deletions
15
config.toml
15
config.toml
|
|
@ -94,10 +94,12 @@ pygmentsCodefencesGuessSyntax = true
|
|||
url = "page/ueber-uns/"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Webinar"
|
||||
url = "webinar"
|
||||
weight = 2
|
||||
# [[menu.main]]
|
||||
# name = "Webinar"
|
||||
# url = "webinar"
|
||||
# weight = 2
|
||||
## Machen wir halt nicht.
|
||||
|
||||
[[menu.main]]
|
||||
name = "Kalender"
|
||||
url = "page/kalender"
|
||||
|
|
@ -107,6 +109,11 @@ pygmentsCodefencesGuessSyntax = true
|
|||
url="blog/"
|
||||
weight = 6
|
||||
|
||||
[[menu.main]]
|
||||
name="Resourcen"
|
||||
url="page/weitere/"
|
||||
weight= 7
|
||||
|
||||
# [[menu.main]]
|
||||
# identifier = "samples"
|
||||
# name = "Samples"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue