diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-05 13:42:46 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-05 13:42:46 -0400 |
| commit | 15b891cb660f07a14f8b1821b885919d46697853 (patch) | |
| tree | 7abb938339aabfe8b5da458081f133d715fd1437 /config/_default | |
| parent | f98714840077917d8e06cc1c72eb5748c9993467 (diff) | |
fix(content): :bug: Type corrected
Changed frontmatter field from deprecated layout to type.
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 61 |
1 files changed, 17 insertions, 44 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 7180d9b..05232c8 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -99,7 +99,7 @@ [[main]] name = "Contact" - pageRef = "https://contact.corruptlamar.com" + url = "https://contact.corruptlamar.com" parent = "About" weight = 20 @@ -115,50 +115,23 @@ parent = "About" weight = 40 -# Main cont'd -[[main]] - name = "Tags" - pageRef = "/tags/" - weight = 70 - -## Sites Submenu -[[main]] - name = "Sites" - weight = 80 - [[main]] name = "SolarDump" - pageRef = "https://solardump.org" - parent = "Sites" - weight = 10 + url = "https://solardump.org" + parent = "About" + weight = 50 [[main]] name = "They Took Our Home" - pageRef = "https://theytookourhome.com" - parent = "Sites" - weight = 20 + url = "https://theytookourhome.com" + parent = "About" + weight = 60 -# ---------------------------- -# Social Media -# ---------------------------- -# Social Media Entry Not sure what it does. -# [[social]] -# name = "Twitter" -# pre = "fab fa-x-twitter" -# url = "https://twitter.com/solardump" -# weight = 10 - -# [[social]] -# name = "LinkedIn" -# pre = "fab linkedin" -# url = "https://linkedin.com/" -# weight = 10 - -# [[social]] -# name = "Medium" -# pre = "fab medium" -# url = "https://medium.com/" -# weight = 30 +# Main cont'd +[[main]] + name = "Tags" + pageRef = "/tags/" + weight = 70 # ---------------------------------- # Footer Links @@ -253,24 +226,24 @@ [[footer]] name = "Solar Dump" - pageRef = "https://www.solardump.org" + url = "https://www.solardump.org" parent = "Sites" weight = 10 [[footer]] name = "They took our home" - pageRef = "https://theytookourhome.com" + url = "https://theytookourhome.com" parent = "Sites" weight = 20 [[footer]] - name = "Contact" - pageRef = "https://contact.corruptlamar.com" + name = "Contact Us" + url = "https://contact.corruptlamar.com" parent = "Sites" weight = 30 [[footer]] name = "Twitter: @solar_dump" - pageRef = "https://twitter.com/solar_dump" + url = "https://twitter.com/solar_dump" parent = "Sites" weight = 40
\ No newline at end of file |
