caddy-website/src/includes/footer.html
Mohammed Al Sahaf 6730f6f833
Keep current year in copyright continuously updated (#14)
Nothing but a tiny change
2020-03-14 11:20:47 -06:00

15 lines
500 B
HTML

<div class="wrapper">
<footer>
<div>
<img src="/resources/images/caddy-logo.svg" alt="Caddy" id="footer-logo">
An <a href="https://github.com/caddyserver/caddy">open source</a> Go community project
<br>
in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a>
</div>
<div class="copyright">
&copy; 2015-{{now | date "2006"}} Light Code Labs. All rights reserved.
<br>
Caddy&reg; is a registered trademark of Light Code Labs, LLC.
</div>
</footer>
</div>