diff options
Diffstat (limited to 'config/_default/menus/menus.en.toml')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 61 |
1 files changed, 8 insertions, 53 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 88edc5e..f95036a 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -3,55 +3,45 @@ # Main Menu [[main]] - name = "Home" - pageRef = "/" - weight = 10 - -[[main]] name = "Tips" pageRef = "/tips/" - weight = 15 - -[[main]] - name = "Docs" - url = "/docs/" - weight = 20 + weight = 10 [[main]] name = "Evidence" pageRef = "/evidence/" - weight = 30 + weight = 20 [[main]] name = "People" pageRef = "/persons/" - weight = 40 + weight = 30 # Main Cont'd [[main]] name = "Legal" pageRef = "/legal/" - weight = 50 + weight = 40 [[main]] name = "Communications" pageRef = "/communication" - weight = 60 + weight = 50 [[main]] name = "Posts" pageRef = "/posts/" - weight = 70 + weight = 60 [[main]] name = "Tags" pageRef = "/tags/" - weight = 80 + weight = 70 # About Submenu [[main]] name = "About" - weight = 90 + weight = 80 [[main]] name = "About Us" @@ -191,38 +181,3 @@ url = "https://twitter.com/solar_dump" parent = "Our Network" weight = 40 - -# # External Links -# [[footer]] -# name = "Other Sites" -# weight = 40 - -# [[footer]] -# name = "Lamar County Code" -# url = "https://library.municode.com/ga/lamar_county/codes/code_of_ordinances" -# parent = "Other Sites" -# weight = 10 - -# [[footer]] -# name = "Lamar County Commissioners" -# url = "https://lamarcountyga.com" -# parent = "Other Sites" -# weight = 20 - -# [[footer]] -# name = "Lamar Co Online Tax Records" -# url = "https://qpublic.net/ga/lamar/" -# parent = "Other Sites" -# weight = 30 - -# [[footer]] -# name = "2023 Georgia Code" -# url = "https://law.justia.com/codes/georgia/2023/" -# parent = "Other Sites" -# weight = "40" - -# [[footer]] -# name = "2022 Federal Code" -# url = "https://law.justia.com/codes/us/2022/" -# parent = "Other Sites" -# weight = 50
\ No newline at end of file |
