Update page footer template to display current year in copyright legend.

Hopefully also kicks off a gh-pages rebuild.
This commit is contained in:
Lou Quillio 2019-03-13 13:49:10 -07:00
parent deef28e128
commit a32c1f02df

View File

@ -1,6 +1,6 @@
<div class="container"> <div class="container">
<footer> <footer>
<hr> <hr>
<p>&copy; 2017 The Draco authors</p> <p>&copy; 2017 - {{ 'now' | date: '%Y' }} The Draco authors</p>
</footer> </footer>
</div> <!-- /container --> </div> <!-- /container -->