Skip to content

Commit 136c464

Browse files
authored
refactor: 🚚 move GoatCounter file into docs/includes/ (#177)
# Description This should really be in the includes folder. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 4069ad3 commit 136c464

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

index.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ including for developing the package.
5959
[`seedcase-theme`](https://github.com/{{< meta gh.org >}}/seedcase-theme)
6060
Quarto extension for a standard appearance across websites.
6161
- Uses [Netlify](https://www.netlify.com/) for hosting the website.
62+
- Includes a [GoatCounter](https://www.goatcounter.com/) file for website visitor
63+
tracking, which is privacy-friendly and does not use cookies. That means
64+
it doesn't need a GDPR notice as no personal data is collected.
6265

6366
## Want to contribute?
6467

template/_quarto.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ format:
8686
{%- endif %}
8787
# TODO: Uncomment if using the goatcounter website visitor counter
8888
# include-before-body:
89-
# - "includes/site-counter.html"
89+
# - "docs/includes/site-counter.html"
9090

9191
editor:
9292
markdown:
File renamed without changes.

0 commit comments

Comments
 (0)