Skip to content

Commit e88da05

Browse files
committed
add redirect to param to footer link
1 parent db67713 commit e88da05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/partials/footer.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
target="_blank"
2525
data-track="Footer Terms of Use Link Clicked"
2626
>Terms of use</a>
27-
{{#with site.keys.ketchSmartTagUrl}}
27+
{{!-- {{#with site.keys.ketchSmartTagUrl}} --}}
2828
<span id="preferenceCenterContainer">
2929
|
3030
<a
3131
id="preferenceCenterLink"
32-
href="https://www.datastax.com/preferences"
32+
href="https://www.datastax.com/preferences?redirect_to={{{page.url}}}"
3333
data-track="Footer Consent Preference Link Clicked"
3434
>Manage Privacy Choices</a>
3535
</span>
36-
{{/with}}
36+
{{!-- {{/with}} --}}
3737
</span>
3838
</p>
3939
<p class="text-tertiary !m-0 max-w-[640px] text-xs">Apache, Apache

0 commit comments

Comments
 (0)