Skip to content

Commit 37340d7

Browse files
Replace copyright year with dynamic helper (#175)
* Update copyright year to 2025 * Use year.js helper to retrieve the year
1 parent f974702 commit 37340d7

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">2024</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)