chore: analytics tweaks

This commit is contained in:
Cory Dransfeldt 2023-06-27 08:40:00 -07:00
parent 33849fafe1
commit f38ad40801
No known key found for this signature in database
6 changed files with 40 additions and 14 deletions

View file

@ -1,5 +1,6 @@
{%- capture fullUrl %}{{ site.url }}{{ page.url }}{% endcapture -%}
<!doctype html>
<!--suppress JSUnresolvedLibraryURL -->
<html lang="en">
<head>
<title>
@ -63,7 +64,7 @@
<script type="application/ld+json">
{% jsonLd meta, type, tags %}
</script>
<script src="https://cdn.usefathom.com/script.js" data-site="ZDSEBUEA" defer></script>
<script defer data-domain="coryd.dev" src="https://coryd.dev/js/script.js"></script>
</head>
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800">
{{ content }}