Skip to content
This repository was archived by the owner on Jan 27, 2018. It is now read-only.

Commit c676106

Browse files
committed
Merge pull request #123 from djoos/master
Display current year via javascript
2 parents c06cbf3 + df99e39 commit c676106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/themes/twitter/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</div>
4747

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

0 commit comments

Comments
 (0)