We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72edd57 commit 46586c3Copy full SHA for 46586c3
footer-content.html
@@ -60,8 +60,9 @@
60
<p class="pull-right">
61
<a href="#">Back to top</a>
62
</p>
63
+ <script>document.getElementById("year").innerHTML = new Date().getFullYear();</script>
64
<p>
- © 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.
66
67
68
OpenWorm Foundation is a Delaware not-for-profit Corporation <a target="_blank"
0 commit comments