caddy-website/src/includes/footer.html

22 lines
784 B
HTML
Raw Normal View History

2020-04-15 10:34:47 -06:00
<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>
2020-05-13 10:39:00 -06:00
<br>
<small><a href="https://usefathom.com/ref/AUKNWU">Privacy-respecting analytics by Fathom</a></small>
2020-04-15 10:34:47 -06:00
</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>
2020-05-13 10:39:00 -06:00
</div>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" site="GVMGKAKP" honor-dnt="true" defer></script>
<!-- / Fathom -->