7 lines
201 B
HTML
7 lines
201 B
HTML
|
|
<script
|
||
|
|
async
|
||
|
|
defer
|
||
|
|
data-domain="{{ .Site.Params.plausibleAnalytics.domain }}"
|
||
|
|
src="{{ .Site.Params.plausibleAnalytics.serverURL | default "https://plausible.io" }}/js/plausible.js"
|
||
|
|
></script>
|