domestos/config/_default/menus/menu.pt.toml

20 lines
314 B
TOML
Raw Normal View History

2023-09-06 19:50:59 +00:00
[[main]]
name = "Início"
url = ""
weight = -110
# [[main]]
# name = "Arquivos"
# url = "post/rich-content/"
# weight = -109
# Submenus are done this way: parent -> identifier
[[main]]
name = "Links"
identifier = "Links"
weight = -108
[[main]]
name = "Sobre"
url = "about/"
weight = -107