diff --git a/index.qmd b/index.qmd index 6f927ea..5c73a0f 100644 --- a/index.qmd +++ b/index.qmd @@ -59,6 +59,9 @@ including for developing the package. [`seedcase-theme`](https://github.com/{{< meta gh.org >}}/seedcase-theme) Quarto extension for a standard appearance across websites. - Uses [Netlify](https://www.netlify.com/) for hosting the website. +- Includes a [GoatCounter](https://www.goatcounter.com/) file for website visitor + tracking, which is privacy-friendly and does not use cookies. That means + it doesn't need a GDPR notice as no personal data is collected. ## Want to contribute? diff --git a/template/_quarto.yml.jinja b/template/_quarto.yml.jinja index 1fc4571..26ab7a8 100644 --- a/template/_quarto.yml.jinja +++ b/template/_quarto.yml.jinja @@ -86,7 +86,7 @@ format: {%- endif %} # TODO: Uncomment if using the goatcounter website visitor counter # include-before-body: - # - "includes/site-counter.html" + # - "docs/includes/site-counter.html" editor: markdown: diff --git a/template/docs/site-counter.html.jinja b/template/docs/includes/site-counter.html.jinja similarity index 100% rename from template/docs/site-counter.html.jinja rename to template/docs/includes/site-counter.html.jinja