From 15b891cb660f07a14f8b1821b885919d46697853 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sat, 5 Oct 2024 13:42:46 -0400 Subject: fix(content): :bug: Type corrected Changed frontmatter field from deprecated layout to type. --- config/_default/menus/menus.en.toml | 61 +++++++++++-------------------------- 1 file changed, 17 insertions(+), 44 deletions(-) (limited to 'config') 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 -- cgit v1.2.3