From c37cd8d4b9e9705ac74dfe7efedf8f20ad23a6e9 Mon Sep 17 00:00:00 2001 From: Olivier Goulet <olivier.goulet@eclipse-foundation.org> Date: Wed, 19 Feb 2025 16:41:26 +0000 Subject: [PATCH] feat: gtm click ids for jumbotron and navbar cta links --- config.toml | 1 + content/home/_index.md | 1 + content/membership/_index.md | 1 + package.json | 2 +- yarn.lock | 18 +++++++++--------- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/config.toml b/config.toml index ccc48c40..52bf35ac 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/home/_index.md b/content/home/_index.md index aac81072..85862ac7 100644 --- a/content/home/_index.md +++ b/content/home/_index.md @@ -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 diff --git a/content/membership/_index.md b/content/membership/_index.md index e8f11cc8..cfc447e7 100644 --- a/content/membership/_index.md +++ b/content/membership/_index.md @@ -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 diff --git a/package.json b/package.json index cf6d5a72..1539781b 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index df96d264..dca946f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" -- GitLab