Skip to content
Snippets Groups Projects
Commit 2e953c1e authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'oliviergoulet/main/735' into 'main'

feat: gtm click ids for jumbotron and navbar cta links

Closes #735

See merge request !309
parents c3fc01ad c37cd8d4
No related branches found
No related tags found
1 merge request!309feat: gtm click ids for jumbotron and navbar cta links
Pipeline #65794 passed
......@@ -24,6 +24,7 @@ disablePathToLower = true
header_wrapper_class = "header-wrapper"
call_for_action_text = "Download"
call_for_action_url = "/downloads/"
call_for_action_id = "download-now-top-nav-20250207" # GTM Click ID
share_img = "/images/logos/eclipse-foundation-400x400.png"
favicon = "/favicon.ico"
layout_style = "astro"
......
......@@ -34,6 +34,7 @@ links:
- - href: /org/
- text: Learn More
- class: btn btn-white
- id: learn-more-hero-20250207 # GTM Click ID
container: container-fluid
lastmod: 2022-04-29T14:50:37.859Z
header_wrapper_class: header-default-bg-img
......
......@@ -10,6 +10,7 @@ links:
- - href: https://accounts.eclipse.org/contact/membership/
- text: Contact Us About Membership
- class: btn btn-white
- id: contact-us-membership-20250207 # GTM Click ID
- - href: /membership/explore-membership/
- text: Explore Our Members
- class: btn btn-white
......
......@@ -22,7 +22,7 @@
},
"dependencies": {
"datatables.net-dt": "^1.13.1",
"eclipsefdn-hugo-solstice-theme": "0.1.6",
"eclipsefdn-hugo-solstice-theme": "0.1.7",
"js-yaml": "^3.13.1",
"json-minify": "^1.0.0"
},
......
......@@ -2539,20 +2539,20 @@ dunder-proto@^1.0.0, dunder-proto@^1.0.1:
es-errors "^1.3.0"
gopd "^1.2.0"
eclipsefdn-hugo-solstice-theme@0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.1.6.tgz#84900f18ddcea0e9ab885f0a6406774cb804f99e"
integrity sha512-CfCYmxeIYENQ9lia4mBfInEyE4h8k7O6Jax7Te9yaI/CgAgMuZ9QJVu6+mJryaj1l+deCCGj0BpdlABEBcV7dg==
eclipsefdn-hugo-solstice-theme@0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.1.7.tgz#bf14476422dfe301fd4da4e4f7a332d79524c641"
integrity sha512-eB9tBMjMw6gnFWXPFLGxwM0TpUgr8cs+dzEp4+u9LWfmDrMvv1QttmgsKcfSeFK+A8InwF/9uymjl/JpStmVHQ==
dependencies:
axios "^1.7.7"
eclipsefdn-solstice-assets "0.1.8"
eclipsefdn-solstice-assets "0.1.9"
json2yaml "^1.1.0"
toml "^3.0.0"
eclipsefdn-solstice-assets@0.1.8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.1.8.tgz#8d3e7a6709757dda28a8f3e7a500021bf67e6655"
integrity sha512-csAWkkcONpntR/bIN5RQEpJbdRKT7tnge+EYwZ9KPd9d9eiz1fbmJP7RFSskGpBcx10tO+oPhEkuzrO5gOnTDQ==
eclipsefdn-solstice-assets@0.1.9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.1.9.tgz#e66543e5517eae210c2a54057548066fbe9306f9"
integrity sha512-kjiyrr1j4+GLLEugm+TYjL7Amm/fmYDQi9CS4zrsHFPm58O2z7+b8CGJRTibJO3p6LRWBupS8MHqmX6/9MGJCA==
dependencies:
"@babel/core" "^7.23.2"
"@babel/plugin-proposal-class-properties" "^7.18.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment