1
0
Fork 0
forked from wezm/wezm.net

Add dynamic year to copyright

This commit is contained in:
Wesley Moore 2010-01-27 13:01:58 +11:00
parent 1efd9f405f
commit 9150028efc

View file

@ -1,3 +1,3 @@
<div id="footer">
<span class="copyright">Copyright &copy; 2004 - 2009 Wesley Moore</span>
<span class="copyright">Copyright &copy; 2004 - <%= Time.now.year %> Wesley Moore</span>
</div>