Skip to content

Commit 9982230

Browse files
committed
add web analytics (plausible)
1 parent a2d8a4e commit 9982230

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

templates/_snippets/head.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@
2828

2929
{# this is the last, so prism can be overriden here #}
3030
<link href="{{ asset('assets/style.css') }}" rel="stylesheet" type="text/css" />
31+
32+
<script defer data-domain="friendsofphp.org" src="http://plausible.dequippe.tech/js/script.outbound-links.js"></script>
33+
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
3134
</head>

0 commit comments

Comments
 (0)