Comment on It's Almost 2015. Update Your FooterComments−everettForth11yPeople are talking about how updating the date isn't legal unless something copyrightable has changed.I'm not a lawyer, but I've been in meetings where management decided the year needs to update, so that's when I started using this snippet:in ruby html.erb: <%= Time.now.year %>
Comments
People are talking about how updating the date isn't legal unless something copyrightable has changed.
I'm not a lawyer, but I've been in meetings where management decided the year needs to update, so that's when I started using this snippet:
in ruby html.erb: <%= Time.now.year %>