Adds weight to config.toml example

This commit is contained in:
GLAD 2023-01-29 19:42:37 +01:00 committed by GitHub
parent 2b14b3d4e5
commit 132f2ebb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,10 +242,16 @@ paginate = 5
identifier = "about"
name = "About"
url = "/about"
# The menu items are ordered alphabetically if no weight is provided.
# Otherwise, the menu items are ordered by weight from lowest to highest.
weight = 1
[[languages.en.menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"
weight = 2
[module]
# In case you would like to make changes to the theme and keep it locally in you repository,