Skip to content

Commit

Permalink
Add Fathom analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Apr 6, 2024
1 parent 8fb4723 commit 83f6e2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<script type="application/ld+json">{{ schema_data|safe }}</script>
{{ open_graph_tags|safe }}
<style>{% include "assets/styles-above-the-fold.css" %}</style>
{% if not settings.RUNSERVER %}
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="OEOKWHQN" defer></script>
<!-- / Fathom -->
{% endif %}
</head>

<body>
Expand Down

0 comments on commit 83f6e2e

Please sign in to comment.