mirror of
https://github.com/danbulant/1mb-club
synced 2026-07-09 12:50:35 +00:00
fix incorrect position of added website and swap out fathom analytics for self-hosted version
This commit is contained in:
parent
596c781ed9
commit
14f3c03018
2 changed files with 15 additions and 3 deletions
|
|
@ -3,6 +3,18 @@
|
||||||
Maintained with ♥ for a performant web<br>
|
Maintained with ♥ for a performant web<br>
|
||||||
Get latest sites via <a href="/atom.xml">RSS</a></p>
|
Get latest sites via <a href="/atom.xml">RSS</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Fathom - beautiful, simple website analytics -->
|
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
||||||
<script src="https://anteater.1mb.club/script.js" data-site="POSROIAI" defer></script>
|
<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, '//betteranalytics.website/tracker.js', 'fathom');
|
||||||
|
fathom('set', 'siteId', 'NMOAU');
|
||||||
|
fathom('trackPageview');
|
||||||
|
</script>
|
||||||
<!-- / Fathom -->
|
<!-- / Fathom -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue