Skip to content

Commit

Permalink
Replace copyright year with dynamic helper (#175)
Browse files Browse the repository at this point in the history
* Update copyright year to 2025

* Use year.js helper to retrieve the year
  • Loading branch information
eric-schneider authored Dec 18, 2024
1 parent f974702 commit 37340d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</a>
<p class="!m-0">
<span>©</span>
<span id="copyrightdate">2024</span>
<span id="copyrightdate">{{year}}</span>
<span>DataStax |
<a
href="https://www.datastax.com/legal/datastax-website-privacy-policy"
Expand Down

0 comments on commit 37340d7

Please sign in to comment.