Skip to content

Commit 07cfd61

Browse files
Use year.js helper to retrieve the year
1 parent cfd3618 commit 07cfd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</a>
1212
<p class="!m-0">
1313
<span>©</span>
14-
<span id="copyrightdate">2025</span>
14+
<span id="copyrightdate">{{year}}</span>
1515
<span>DataStax |
1616
<a
1717
href="https://www.datastax.com/legal/datastax-website-privacy-policy"

0 commit comments

Comments
 (0)