Limit menue bar to impressum
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
14
config.toml
14
config.toml
@@ -54,23 +54,11 @@ preserveTaxonomyNames = true
|
||||
|
||||
[menu]
|
||||
# This displays buttons in the navbar to access your contents
|
||||
[[menu.main]]
|
||||
identifier = "cloud"
|
||||
name = "Cloud"
|
||||
url = "https://cloud.qx9.de" # The path can lead to a content folder too.
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "rdg"
|
||||
name = "RDG"
|
||||
url = "https://rdg.qx9.de" # The path can lead to a content folder too.
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "impressum" # An unique identifier for the button
|
||||
name = "Impressum" # A display name for the button
|
||||
url = "/impressum/" # The path to the content. It can lead to a single page (like here)
|
||||
weight = 30 # A number to order the buttons in the navbar
|
||||
weight = 10 # A number to order the buttons in the navbar
|
||||
|
||||
#[[menu.main]]
|
||||
# identifier = "posts"
|
||||
|
||||
Reference in New Issue
Block a user