Always show current year for copyright in footer #32
|
@ -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