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 c87f664 commit df99e39Copy full SHA for df99e39
_includes/themes/twitter/default.html
@@ -46,11 +46,7 @@
46
</div>
47
48
<footer>
49
- <script type="text/javascript">
50
- var currentTime = new Date();
51
- </script>
52
-
53
- <p>© {{ site.author.name }} <script type="text/javascript">document.write(currentTime.getFullYear());</script>
+ <p>© {{ site.author.name }} {{ site.time | date: '%Y' }}
54
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
55
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
56
</p>
0 commit comments