📈 add privacy friendly analytics

This commit is contained in:
DrMaxNix 2024-05-03 11:52:52 +02:00
parent 73a4bea0cc
commit 4df11ed601

View File

@ -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)