Merge pull request #32 from lz1irq/copyright_current_year
Always show current year for copyright in footer
This commit is contained in:
commit
014c88c4e5
|
@ -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