We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06cbf3 commit c87f664Copy full SHA for c87f664
_includes/themes/twitter/default.html
@@ -46,7 +46,11 @@
46
</div>
47
48
<footer>
49
- <p>© {{ site.author.name }} 2012
+ <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>
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