Skip to content

Commit 72edd57

Browse files
authored
Update footer-content.html
Added dynamic current year to footer
1 parent 1d9fd58 commit 72edd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

footer-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<a href="#">Back to top</a>
6262
</p>
6363
<p>
64-
© 2011-2020 OpenWorm Foundation - All rights reserved.
64+
© 2011-<script>document.getElementById("year").innerHTML = new Date().getFullYear();</script> OpenWorm Foundation - All rights reserved.
6565
</p>
6666
<p>
6767
OpenWorm Foundation is a Delaware not-for-profit Corporation <a target="_blank"

0 commit comments

Comments
 (0)