{#
Analytics integration - Choose one:
1. Plausible Analytics (privacy-friendly)
2. Fathom Analytics (privacy-friendly)
3. Simple Analytics (privacy-friendly)
To enable, uncomment one of the sections below and configure in site.json
#}
{% if site.analytics and site.analytics.enabled %}
{% if site.analytics.provider == 'plausible' %}
{% elif site.analytics.provider == 'fathom' %}
{% elif site.analytics.provider == 'simple' %}
{% endif %}
{#
Privacy notice: Add this to your privacy policy
- We use privacy-friendly analytics that don't track personal information
- No cookies are stored
- Data is aggregated and anonymous
#}
{% endif %}