Merge pull request #123 from djoos/master
Display current year via javascript
This commit is contained in:
commit
c676106f1b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© {{ site.author.name }} 2012
|
||||
<p>© {{ 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue