Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,9 @@
</p>
</div>
</div>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MFFCB7SR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>
14 changes: 11 additions & 3 deletions templates/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@
<!-- Nav JS -->
<script src="/assets/js/nav.js"></script>

<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="FRZJYDAH" defer></script>
<!-- / Fathom -->
<!-- cookie banner, LF standard -->
<script src="https://cmp.osano.com/16A0DbT9yDNIaQkvZ/31b1b91a-e0b6-47ea-bde2-7f2bd13dbe5c/osano.js?variant=one"></script>

<!-- google analytics, LF standard -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MFFCB7SR');</script>
<!-- End Google Tag Manager -->

{% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %}
</head>