mirror of https://github.com/docker/docs.git
dynamic current year in footer
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
8b1c893b14
commit
09758736bf
|
@ -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