mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
Move menu configuration in config.toml (#25)
This commit is contained in:
committed by
digitalcraftsman
parent
6ad74b6295
commit
d5a9c64a7c
+9
-1
@@ -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