blog/themes/next/layout/_third-party/analytics/plausible.njk

4 lines
159 B
Plaintext

{%- if theme.plausible.enable %}
<script defer data-domain="{{ theme.plausible.site_domain }}" src="{{ theme.plausible.script_url }}"></script>
{%- endif %}