Skip to content

Commit 46586c3

Browse files
authored
Update footer-content.html
Fix to year end dynamic date
1 parent 72edd57 commit 46586c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

footer-content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
<p class="pull-right">
6161
<a href="#">Back to top</a>
6262
</p>
63+
<script>document.getElementById("year").innerHTML = new Date().getFullYear();</script>
6364
<p>
64-
© 2011-<script>document.getElementById("year").innerHTML = new Date().getFullYear();</script> OpenWorm Foundation - All rights reserved.
65+
© 2011-<span id="year"></span> OpenWorm Foundation - All rights reserved.
6566
</p>
6667
<p>
6768
OpenWorm Foundation is a Delaware not-for-profit Corporation <a target="_blank"

0 commit comments

Comments
 (0)