Skip to content

Commit 3c95990

Browse files
committed
Move website from Google Analytics to Plausible
1 parent e232f4f commit 3c95990

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

_includes/footer.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@
3838
</div>
3939
</div>
4040
</div>
41-
42-
<script>
43-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
44-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
45-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
46-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
47-
48-
ga('create', 'UA-43773533-1', 'auto');
49-
ga('send', 'pageview');
50-
51-
$(function() {
52-
$(".menu").click(function(e) {
53-
var s = $(".navigation").slideToggle('hide');
54-
e.preventDefault();
55-
});
56-
});
57-
</script>
41+
<script defer data-domain="nodered.org" src="https://plausible.io/js/plausible.js"></script>
5842
</body>
5943
</html>

0 commit comments

Comments
 (0)