From e88da0599c629aa0ce589b8969535eccac024e79 Mon Sep 17 00:00:00 2001
From: Cole Goldsmith
Date: Wed, 29 Jan 2025 13:31:10 -0600
Subject: [PATCH 1/3] add redirect to param to footer link
---
src/partials/footer.hbs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/partials/footer.hbs b/src/partials/footer.hbs
index 27718253..034aea99 100644
--- a/src/partials/footer.hbs
+++ b/src/partials/footer.hbs
@@ -24,16 +24,16 @@
target="_blank"
data-track="Footer Terms of Use Link Clicked"
>Terms of use
- {{#with site.keys.ketchSmartTagUrl}}
+ {{!-- {{#with site.keys.ketchSmartTagUrl}} --}}
|
Manage Privacy Choices
- {{/with}}
+ {{!-- {{/with}} --}}
Apache, Apache
From a4179f3463f9535021cd039d55be5aafc0539945 Mon Sep 17 00:00:00 2001
From: Cole Goldsmith
Date: Wed, 29 Jan 2025 15:43:10 -0600
Subject: [PATCH 2/3] add full site url
---
src/partials/footer.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/partials/footer.hbs b/src/partials/footer.hbs
index 034aea99..9a069350 100644
--- a/src/partials/footer.hbs
+++ b/src/partials/footer.hbs
@@ -29,7 +29,7 @@
|
Manage Privacy Choices
From 06d76d5970f175f8680415711b542294c29d062c Mon Sep 17 00:00:00 2001
From: Cole Goldsmith
Date: Wed, 29 Jan 2025 16:01:14 -0600
Subject: [PATCH 3/3] put site key back
---
src/partials/footer.hbs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/partials/footer.hbs b/src/partials/footer.hbs
index 9a069350..40e957f1 100644
--- a/src/partials/footer.hbs
+++ b/src/partials/footer.hbs
@@ -24,16 +24,16 @@
target="_blank"
data-track="Footer Terms of Use Link Clicked"
>Terms of use
- {{!-- {{#with site.keys.ketchSmartTagUrl}} --}}
+ {{#with site.keys.ketchSmartTagUrl}}
|
Manage Privacy Choices
- {{!-- {{/with}} --}}
+ {{/with}}
Apache, Apache