Merge pull request #32 from lz1irq/copyright_current_year

Always show current year for copyright in footer
This commit is contained in:
Petko Bordjukov 2020-10-01 14:03:59 +03:00 committed by GitHub
commit 014c88c4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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