caddy-website/src/includes/footer.html
Matthew Holt 92c010fc60
Revert use of custom Fathom domain
Fathom has reported they are now broken due to vendor issues and
client-side blockers
2023-05-17 13:23:57 -06:00

24 lines
897 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>
<br>
<small><a href="https://usefathom.com/ref/AUKNWU">Privacy-respecting analytics by Fathom</a></small>
</div>
<div class="copyright">
&copy; {{now | date "2006"}} Stack Holdings. All rights reserved.
<br>
Caddy&reg; is a registered trademark of Stack Holdings GmbH.
</div>
</footer>
</div>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" site="GVMGKAKP" honor-dnt="true" defer></script>
<!-- / Fathom -->
<!-- Algolia DocSearch -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>