Keep current year in copyright continuously updated (#14)

Nothing but a tiny change
This commit is contained in:
Mohammed Al Sahaf 2020-03-14 20:20:47 +03:00 committed by GitHub
parent 5cf7dc8c93
commit 6730f6f833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a> in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a>
</div> </div>
<div class="copyright"> <div class="copyright">
&copy; 2015-2020 Light Code Labs. All rights reserved. &copy; 2015-{{now | date "2006"}} Light Code Labs. All rights reserved.
<br> <br>
Caddy&reg; is a registered trademark of Light Code Labs, LLC. Caddy&reg; is a registered trademark of Light Code Labs, LLC.
</div> </div>