From ecf3b239a8d0409c8fb90a42d23e93e7f55e6f3c Mon Sep 17 00:00:00 2001 From: Chandu Paladugu Date: Mon, 12 Feb 2024 18:40:00 -0600 Subject: [PATCH] for now hide About Us, Licensing, and Terms & Conditions from the footer and header Resources menu items --- config/_default/menus.en.toml | 46 +++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 677e187a..07510677 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -65,14 +65,14 @@ weight = 3 # name = "Privacy Policy" # url = "#!" # weight = 4 -[[footer_menu_3]] -name = "Terms & Conditions" -url = "/licensing-terms-conditions/2-terms-and-conditions" -weight = 5 -[[footer_menu_3]] -name = "Licensing" -url = "/licensing-terms-conditions/1-licensing" -weight = 6 +# [[footer_menu_3]] +# name = "Terms & Conditions" +# url = "/licensing-terms-conditions/2-terms-and-conditions" +# weight = 5 +# [[footer_menu_3]] +# name = "Licensing" +# url = "/licensing-terms-conditions/1-licensing" +# weight = 6 # [[footer_menu_4]] # name = "About Us" @@ -218,26 +218,26 @@ name = "Events & Webinars" parent = "Resources" url = "events/" weight = 7 -[[main]] -name = "Licensing" -parent = "Resources" -url = "licensing-terms-conditions/1-licensing" -weight = 6 -[[main]] -name = "Terms & Conditions" -parent = "Resources" -url = "licensing-terms-conditions/2-terms-and-conditions" -weight = 5 +# [[main]] +# name = "Licensing" +# parent = "Resources" +# url = "licensing-terms-conditions/1-licensing" +# weight = 6 +# [[main]] +# name = "Terms & Conditions" +# parent = "Resources" +# url = "licensing-terms-conditions/2-terms-and-conditions" +# weight = 5 [[main]] name = "Privacy Policy" parent = "Resources" url = "privacy-policy/" weight = 4 -[[main]] -name = "About Us" -parent = "Resources" -url = "about/" -weight = 3 +# [[main]] +# name = "About Us" +# parent = "Resources" +# url = "about/" +# weight = 3 # [[main]] # name = "Team" # parent = "Resources"