From fd235d85405d3e60738d6683ba9cb454feff61d9 Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Fri, 19 May 2023 19:41:23 +0200 Subject: [PATCH] analytics: add disclosure message --- src/_data/footer.json | 4 ++++ src/index.njk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/_data/footer.json b/src/_data/footer.json index 86f7abd..ad896a7 100644 --- a/src/_data/footer.json +++ b/src/_data/footer.json @@ -35,6 +35,10 @@ { "name": "reddit", "link": "https://reddit.com/u/nyancrimew" + }, + { + "name": "analytics", + "link": "https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay" } ], "badges": [ diff --git a/src/index.njk b/src/index.njk index 0df2aaf..9cf4b02 100644 --- a/src/index.njk +++ b/src/index.njk @@ -19,6 +19,10 @@ date: git Last Modified can be found in the footer. if you're looking for some more serious info about me, there is wikipedia for that.

+

+ this website anonymously (without cookies) collects basic analytics on a self hosted instance of umami, + in the interest of transparency those analytics are publicly viewable here. +

{% endblock %} \ No newline at end of file