Skip to content

Commit

Permalink
Merge pull request clue#44 from clue-labs/plausible
Browse files Browse the repository at this point in the history
Update Plausible to track outbound link clicks
  • Loading branch information
clue authored Dec 31, 2024
2 parents 7d11339 + fa7e1ad commit 7da3ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}

{% block analytics %}
<script defer data-domain="framework-x.org" src="https://plausible.io/js/script.js"></script>
<script defer data-domain="framework-x.org" src="https://plausible.io/js/script.hash.outbound-links.js"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="src/highlight.pack.js"></script>
<script>hljs.highlightAll();</script>

<script defer data-domain="framework-x.org" src="https://plausible.io/js/script.js"></script>
<script defer data-domain="framework-x.org" src="https://plausible.io/js/script.hash.outbound-links.js"></script>
</head>

<div class="relative bg-gray-900 overflow-hidden">
Expand Down

0 comments on commit 7da3ae5

Please sign in to comment.