mirror of https://github.com/docker/docs.git
Merge pull request #15235 from crazy-max/footer-current-year
dynamic current year in footer
This commit is contained in:
commit
2b11a64a6a
|
@ -84,7 +84,8 @@
|
|||
<div class="bottom_footer">
|
||||
<div class="footer-copyright col-xs-12 col-md-8">
|
||||
<p class="copyright">
|
||||
Copyright © 2013-2021 Docker Inc. All rights reserved. </p>
|
||||
Copyright © 2013-{{ site.time | date: '%Y' }} Docker Inc. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer_social_nav">
|
||||
<ul class="nav-social">
|
||||
|
|
Loading…
Reference in New Issue