Merge pull request #15235 from crazy-max/footer-current-year

dynamic current year in footer
This commit is contained in:
Sebastiaan van Stijn 2022-07-28 13:46:05 +02:00 committed by GitHub
commit 2b11a64a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@
<div class="bottom_footer">
<div class="footer-copyright col-xs-12 col-md-8">
<p class="copyright">
Copyright &copy; 2013-2021 Docker Inc. All rights reserved. </p>
Copyright &copy; 2013-{{ site.time | date: '%Y' }} Docker Inc. All rights reserved.
</p>
</div>
<div class="footer_social_nav">
<ul class="nav-social">