diff options
| author | Prefetch | 2026-08-30 22:30:57 +0200 |
|---|---|---|
| committer | Prefetch | 2026-08-30 22:30:57 +0200 |
| commit | 59d96e859f1f623e6af7d0a4feec75aafd6849b8 (patch) | |
| tree | 71a036ed7404256ef4c1a368acc2cf3d8c4f69ff /source/_includes | |
| parent | c313f99af084e5d92ae2ccb83ff9a6f7b26f45fa (diff) | |
Remove GoatCounter
Diffstat (limited to 'source/_includes')
| -rw-r--r-- | source/_includes/footer.html | 5 | ||||
| -rw-r--r-- | source/_includes/preamble.html | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/source/_includes/footer.html b/source/_includes/footer.html index 5cba67d..910cf33 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -1,7 +1,6 @@ <div class="align-l"> - © Marcus R.A. Newman, - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA</a>. + © 2019-2026 Marcus R.A. Newman </div> <div class="align-r"> - <a href="https://prefetch.goatcounter.com/">Visitor statistics</a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Licensed under CC BY-NC-SA</a> </div> diff --git a/source/_includes/preamble.html b/source/_includes/preamble.html index 9887a40..680e222 100644 --- a/source/_includes/preamble.html +++ b/source/_includes/preamble.html @@ -20,7 +20,3 @@ <link rel="stylesheet" href="/infra/css/katex.css?v=20260830"/> {% endif %} <link rel="stylesheet" href="/infra/css/main.css?v=20230723"/> - -{% if jekyll.environment == "production" %} -<script data-goatcounter="https://prefetch.goatcounter.com/count" async src="/infra/js/count.js?v=20230709"></script> -{% endif %} |
