Skip to content

Commit

Permalink
Merge pull request google#511 from louquillio/update-copyright-footer
Browse files Browse the repository at this point in the history
Update page footer template to display current year in copyright legend.
  • Loading branch information
louquillio authored Mar 13, 2019
2 parents deef28e + a32c1f0 commit 785c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -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 -->

0 comments on commit 785c9c4

Please sign in to comment.