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

21 lines
832 B
HTML

<footer>
<p>{{ .Site.Copyright | safeHTML }}</p>
<p>{{ .Site.Params.footerquote | safeHTML }}<!-- Secure and privacy respecting tracking with no 3rd parties involved. -->
<img src='{{ .Site.Params.matomoTrackingUrl }}' style='border:0' alt='' /></p>
</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 -->