Always show current year for copyright in footer
This commit is contained in:
parent
a95dcc866f
commit
eacd083237
|
@ -22,7 +22,7 @@
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</section>
|
</section>
|
||||||
<footer class="clear">
|
<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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue