Skip to content

Commit c642e8a

Browse files
authored
Merge pull request y7kim#41 from rodrigograca31/patch-1
Show current year
2 parents 1afb71d + 158bb35 commit c642e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col-md-4">
5-
<span class="copyright">Copyright &copy; {{ site.title }} 2014</span>
5+
<span class="copyright">Copyright &copy; {{ site.title }} {{ 'now' | date: "%Y" }}</span>
66
</div>
77
<div class="col-md-4">
88
<ul class="list-inline social-buttons">
@@ -22,4 +22,4 @@
2222
</div>
2323
</div>
2424
</div>
25-
</footer>
25+
</footer>

0 commit comments

Comments
 (0)