Move menu configuration in config.toml (#25)
This commit is contained in:
committed by
digitalcraftsman
parent
6ad74b6295
commit
d5a9c64a7c
10
config.toml
10
config.toml
@ -16,4 +16,12 @@ title = "Hugo Themes"
|
||||
[languages.fr]
|
||||
languageName = "Français"
|
||||
weight = 2
|
||||
title = "Thèmes Hugo"
|
||||
title = "Thèmes Hugo"
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tutorials"
|
||||
name = "Tutorials"
|
||||
url = "/post/"
|
||||
weight = 5
|
Reference in New Issue
Block a user