Skip to content

Commit

Permalink
the footer now uses hugo instead of JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Antisune committed Oct 21, 2023
1 parent a121f43 commit d5a095f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
<!--Added dynamic date updating with JavaScript-->
<div class="footer-copyright">
©
<script>
document.write(new Date().getFullYear());
</script>
<span> </span>
Carleton Computer Science Society
{{ now.Year }} Carleton Computer Science Society
</div>
</div>

Expand Down

0 comments on commit d5a095f

Please sign in to comment.