From 4df11ed60111a46af8312dba2ac33aa404a671ef Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 3 May 2024 11:52:52 +0200 Subject: [PATCH] :chart_with_upwards_trend: add privacy friendly analytics --- src/pronouns/pages.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 85fb00c..ae78691 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -135,6 +135,7 @@ [:meta {:name "twitter:card" :content "summary"}] [:meta {:name "twitter:title" :content title}] [:meta {:name "twitter:description" :content (u/strip-markup examples)}] + [:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (header-block title) @@ -175,6 +176,7 @@ [:meta {:name "twitter:description" :content description}] [:meta {:name "viewport" :content "width=device-width"}] [:meta {:charset "utf-8"}] + [:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (header-block title) @@ -195,6 +197,7 @@ [:title title] [:meta {:name "viewport" :content "width=device-width"}] [:meta {:charset "utf-8"}] + [:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (header-block title) @@ -212,6 +215,7 @@ [:title title] [:meta {:name "viewport" :content "width=device-width"}] [:meta {:charset "utf-8"}] + [:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}] [:link {:rel "stylesheet" :href "/pronouns.css"}]] [:body (header-block title)