forked from wezm/wezm.net
Add dynamic year to copyright
This commit is contained in:
parent
1efd9f405f
commit
9150028efc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<span class="copyright">Copyright © 2004 - 2009 Wesley Moore</span>
|
<span class="copyright">Copyright © 2004 - <%= Time.now.year %> Wesley Moore</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue