Skip to content

Commit e00c57d

Browse files
Make footer link conditional
1 parent c0dd2bc commit e00c57d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partials/footer.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
target="_blank"
2525
data-track="Footer Terms of Use Link Clicked"
2626
>Terms of use</a>
27+
{{#with site.keys.ketchSmartTagUrl}}
2728
|
2829
<a
2930
id="preferenceCenterLink"
3031
href="https://www.datastax.com/preferences"
3132
data-track="Footer Consent Preference Management Link Clicked"
3233
>Manage Privacy Choices</a>
34+
{{/with}}
3335
</span>
3436
</p>
3537
<p class="text-tertiary !m-0 max-w-[640px] text-xs">Apache, Apache

0 commit comments

Comments
 (0)