mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: add tracking link for umami
This commit is contained in:
@@ -9,6 +9,7 @@ import { Rss } from './icons';
|
|||||||
<Rss class="icon inline h-icon w-icon" />{' '}
|
<Rss class="icon inline h-icon w-icon" />{' '}
|
||||||
<Link
|
<Link
|
||||||
class="font-light decoration-4 underline-offset-auto hover:underline hover:decoration-shibui-900/20 focus:underline focus:decoration-shibui-900/20 dark:hover:decoration-shibui-100/20 dark:focus:decoration-shibui-100/20"
|
class="font-light decoration-4 underline-offset-auto hover:underline hover:decoration-shibui-900/20 focus:underline focus:decoration-shibui-900/20 dark:hover:decoration-shibui-100/20 dark:focus:decoration-shibui-100/20"
|
||||||
|
data-umami-event="RSS"
|
||||||
href="/rss.xml"
|
href="/rss.xml"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import { Link } from '.';
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center border-none text-[0]"
|
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center border-none text-[0]"
|
||||||
|
data-umami-event="Search"
|
||||||
tabindex={-1}
|
tabindex={-1}
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ export const SocialLinks: FunctionalComponent = () => (
|
|||||||
<Link
|
<Link
|
||||||
aria-label={item.text}
|
aria-label={item.text}
|
||||||
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center"
|
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center"
|
||||||
|
data-umami-event={item.text}
|
||||||
href={item.url}
|
href={item.url}
|
||||||
key={index}
|
key={index}
|
||||||
title={item.text}
|
title={item.text}
|
||||||
|
|||||||
@@ -3,11 +3,12 @@ import { Circle } from './icons';
|
|||||||
---
|
---
|
||||||
|
|
||||||
<theme-toggle
|
<theme-toggle
|
||||||
class="col-span-2 col-start-17 flex h-clickarea w-clickarea items-center justify-center self-center justify-self-center print:hidden md:col-span-1 md:col-start-18"
|
class="col-span-2 col-start-17 flex h-clickarea w-clickarea items-center justify-center self-center justify-self-center md:col-span-1 md:col-start-18 print:hidden"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Switch color theme"
|
aria-label="Switch color theme"
|
||||||
class="group flex h-clickarea w-clickarea cursor-pointer items-center justify-center self-center border-0 text-[0]"
|
class="group flex h-clickarea w-clickarea cursor-pointer items-center justify-center self-center border-0 text-[0]"
|
||||||
|
data-umami-event="Switch color theme"
|
||||||
>
|
>
|
||||||
<Circle
|
<Circle
|
||||||
class="icon h-icon w-icon transition-transform duration-500 ease-in-out group-hover:scale-125 group-focus:scale-125"
|
class="icon h-icon w-icon transition-transform duration-500 ease-in-out group-hover:scale-125 group-focus:scale-125"
|
||||||
|
|||||||
@@ -155,6 +155,10 @@ const webManifest = isProduction && {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ThemeProvider />
|
<ThemeProvider />
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://umami.kogakure.cloud/script.js"
|
||||||
|
data-website-id="ca67348d-b662-4205-a2c1-f1d8e4c68adb"></script>
|
||||||
<Scripts />
|
<Scripts />
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
|
|||||||
@@ -38,4 +38,4 @@ If you find a link on my website that links to websites that violate applicable
|
|||||||
|
|
||||||
### Data Protection
|
### Data Protection
|
||||||
|
|
||||||
I protect your personal data by not collecting any and strictly following data protection laws.
|
This website uses Umami, an open-source, privacy-focused analytics platform, to collect anonymized data about visitors’ interactions with the site. No personally identifiable information is tracked or stored. This data is only used to understand and improve the website experience, and is never sold or shared with third parties.
|
||||||
|
|||||||
Reference in New Issue
Block a user