devroom.io/themes/devroom-2024/layouts/partials/footer.html

24 lines
833 B
HTML
Raw Normal View History

2024-01-24 10:48:34 +00:00
<footer>
2024-01-24 11:20:57 +00:00
<div class="copyright">{{ .Site.Copyright | safeHTML }}</div>
<div class="buymeacoffee">
<a href="https://www.buymeacoffee.com/ariejan">
<img src="/bmc-full-logo-no-background.png" alt="Buy me a coffee" />
</a>
</div>
2024-01-24 10:48:34 +00:00
</footer>
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, 'https://stats.devroom.io/tracker.js', 'fathom');
fathom('set', 'siteId', 'GCBEF');
fathom('trackPageview');
</script>
<!-- / Fathom -->