Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
show current year in copyright footer
  • Loading branch information
DryLungsRecords authored Jul 17, 2024
1 parent 2dbb3d3 commit 54d48b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/site/footer.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<span class="ic-copyright">{{ now.Format "2006" }} Dry Lungs Records, Vienna AT</span>
<span class="ic-copyright"><span id="cdate"></span><script>document.getElementById("cdate").innerHTML = (new Date().getFullYear());</script>Dry Lungs Records, Vienna AT</span>

0 comments on commit 54d48b5

Please sign in to comment.