Skip to content

Commit

Permalink
Added google tag manager id and enabled home menu
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrizzo1 committed Oct 4, 2024
1 parent 0382df4 commit b764fc8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
Expand Down

0 comments on commit b764fc8

Please sign in to comment.