We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db67713 commit e88da05Copy full SHA for e88da05
src/partials/footer.hbs
@@ -24,16 +24,16 @@
24
target="_blank"
25
data-track="Footer Terms of Use Link Clicked"
26
>Terms of use</a>
27
- {{#with site.keys.ketchSmartTagUrl}}
+ {{!-- {{#with site.keys.ketchSmartTagUrl}} --}}
28
<span id="preferenceCenterContainer">
29
|
30
<a
31
id="preferenceCenterLink"
32
- href="https://www.datastax.com/preferences"
+ href="https://www.datastax.com/preferences?redirect_to={{{page.url}}}"
33
data-track="Footer Consent Preference Link Clicked"
34
>Manage Privacy Choices</a>
35
</span>
36
- {{/with}}
+ {{!-- {{/with}} --}}
37
38
</p>
39
<p class="text-tertiary !m-0 max-w-[640px] text-xs">Apache, Apache
0 commit comments