fix: plausible script
This commit is contained in:
parent
d145d0224b
commit
953252d8bd
1 changed files with 7 additions and 2 deletions
|
|
@ -2,5 +2,10 @@
|
||||||
To add an extended head section, please create
|
To add an extended head section, please create
|
||||||
`layouts/partials/extended_head.html` in your Hugo directory.
|
`layouts/partials/extended_head.html` in your Hugo directory.
|
||||||
-->
|
-->
|
||||||
<script defer data-domain="adriano.fyi" src="/js/script.tagged-events.js"></script>
|
<script async src="/js/script.js"></script>
|
||||||
|
<script>
|
||||||
|
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
|
||||||
|
plausible.init({
|
||||||
|
endpoint: "/api/event"
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue