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)