diff options
author | Prefetch | 2022-10-01 17:26:04 +0200 |
---|---|---|
committer | Prefetch | 2022-10-01 17:26:04 +0200 |
commit | 65ed39a3d99983f9d498e0f2694290bb631ff96f (patch) | |
tree | 109cbb374d51cae8ae7328e6f1997ce4b97408a2 /layouts/partials/footer.html | |
parent | 5fb0163dc120039832789db67c7c1e214e79461d (diff) |
Add GoatCounter, general fixes
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index be95522..8a11b00 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,8 @@ <hr> <div class="footl noha"> -© Marcus R.A. Newman, alias "Prefetch". +© Marcus R.A. Newman, +<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. </div> <div class="footr noha"> -<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> +Privacy-friendly statistics by <a href="https://www.goatcounter.com/">GoatCounter</a>. </div> |