Merge pull request #123 from djoos/master

Display current year via javascript
This commit is contained in:
Jade 2013-01-29 01:34:27 -08:00
commit c676106f1b

View file

@ -46,7 +46,7 @@
</div>
<footer>
<p>&copy; {{ site.author.name }} 2012
<p>&copy; {{ site.author.name }} {{ site.time | date: '%Y' }}
with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
</p>