From b764fc8d286ae4cdc8bfa69740c50308efccfc8e Mon Sep 17 00:00:00 2001 From: John Rizzo Date: Fri, 4 Oct 2024 12:02:32 -0400 Subject: [PATCH] Added google tag manager id and enabled home menu --- config/_default/menus.en.toml | 46 +++++++++++++++++------------------ config/_default/params.toml | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 5658b63..252ec32 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -1,23 +1,23 @@ -############# English navigation ############## - -# main menu -# [[main]] -# name = "Home" -# url = "/" -# weight = 1 - -# [[main]] -# name = "About" -# url = "/about" -# weight = 2 - -# footer menu -# [[footer]] -# name = "About" -# url = "/about" -# weight = 1 - -# [[footer]] -# name = "Privacy Policy" -# url = "/privacy-policy" -# weight = 2 +############# English navigation ############## + +# main menu +[[main]] +name = "Home" +url = "/" +weight = 1 + +# [[main]] +# name = "About" +# url = "/about" +# weight = 2 + +# footer menu +# [[footer]] +# name = "About" +# url = "/about" +# weight = 1 + +# [[footer]] +# name = "Privacy Policy" +# url = "/privacy-policy" +# weight = 2 diff --git a/config/_default/params.toml b/config/_default/params.toml index 8281d00..334949f 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -22,7 +22,7 @@ mainSections = ["blog"] # contact form action contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io] # google tag manager, see https://developers.google.com/tag-manager/ -google_tag_manager = "" # example: G-XXXXXXXXXX +google_tag_manager = "G-3VTJMSLSSQ" # example: G-XXXXXXXXXX google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx # custom script on header, example: custom_script= "" custom_script = ""