Always show current year for copyright in footer

This commit is contained in:
Ivaylo Markov 2020-09-28 20:10:23 +03:00
parent a95dcc866f
commit eacd083237
1 changed files with 1 additions and 1 deletions

View File

@ -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>