Always show current year for copyright in footer
This commit is contained in:
parent
a95dcc866f
commit
eacd083237
|
@ -22,7 +22,7 @@
|
|||
<%= yield %>
|
||||
</section>
|
||||
<footer class="clear">
|
||||
<div id="copyright">© 2014-2018 OpenFest. Some Rights Reserved.</div>
|
||||
<div id="copyright">© 2014-<%= Date.today.year %> OpenFest. Some Rights Reserved.</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue