diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-04-05 09:03:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 09:03:36 +0000 |
| commit | f157df1dbe6f51c197dab50ca501735f48aea76c (patch) | |
| tree | 46f0ada6506a128b41ac0a5619e1626ccb11c8e4 /config/_default/menus/menus.en.toml | |
| parent | 4f840706434b62b72361ef2664836bd98dcdc249 (diff) | |
| parent | 404e3dddb40259c52c8de375617c07c70da971ac (diff) | |
Merge pull request #94 from anoduck/develop
Develop
Diffstat (limited to 'config/_default/menus/menus.en.toml')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 09389f9..86706a0 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -44,6 +44,11 @@ weight = 60 [[main]] + name = "Video" + pageRef = "/video/" + weight = 65 + +[[main]] name = "Tags" pageRef = "/tags/" weight = 70 @@ -108,25 +113,31 @@ name = "Legal" pageRef = "/legal/" parent = "Sections" - weight = 20 + weight = 15 [[footer]] name = "Communications" pageRef = "/communication/" parent = "Sections" - weight = 30 + weight = 20 [[footer]] name = "Posts" pageRef = "/posts/" parent = "Sections" - weight = 40 + weight = 25 [[footer]] name = "News" pageRef = "/news/" parent = "Sections" - weight = 50 + weight = 30 + +[[footer]] + name = "Video" + pageRef = "/video/" + parent = "Sections" + weight = 35 # Site Info SubMenu [[footer]] |
