We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6945f07 commit 158bb35Copy full SHA for 158bb35
_includes/footer.html
@@ -2,7 +2,7 @@
2
<div class="container">
3
<div class="row">
4
<div class="col-md-4">
5
- <span class="copyright">Copyright © {{ site.title }} 2014</span>
+ <span class="copyright">Copyright © {{ site.title }} {{ 'now' | date: "%Y" }}</span>
6
</div>
7
8
<ul class="list-inline social-buttons">
@@ -22,4 +22,4 @@
22
23
24
25
- </footer>
+ </footer>
0 commit comments