Merge pull request #511 from louquillio/update-copyright-footer

Update page footer template to display current year in copyright legend.
This commit is contained in:
Lou Quillio 2019-03-13 13:52:24 -07:00 committed by GitHub
commit 785c9c4aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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