Skip to content

Commit e603df0

Browse files
author
Haruka Yoshihara
committedApr 23, 2013
layout: show the year of now in the top page with Liquid Extensions
FYI: https://github.com/mojombo/jekyll/wiki/Liquid-Extensions
1 parent 709867f commit e603df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_layouts/en.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<hr>
2424

2525
<footer>
26-
<p>Copyright &copy; 2012 The ruby-gettext project</p>
26+
<p>Copyright &copy; 2012-{{ site.time | date:"%Y" }} The ruby-gettext project</p>
2727
<p>Copyright &copy; 2003-2006 Masao Mutoh</p>
2828
<p>
2929
This document is distributed under the terms of the

0 commit comments

Comments
 (0)