From 8b3c009de786eb9d7bc55356280340b4f12ecf91 Mon Sep 17 00:00:00 2001
From: z0x <homelab@home.arpa>
Date: Wed, 9 Apr 2025 20:41:25 -0400
Subject: [PATCH] feat(index): add utm_source

---
 src/components/Links.astro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Links.astro b/src/components/Links.astro
index 76c2fa0..04d81c3 100644
--- a/src/components/Links.astro
+++ b/src/components/Links.astro
@@ -2,7 +2,7 @@
   <li class="opacity-0 motion-links group">
     <a
       aria-label="forgejo"
-      href="https://git.z0x.ca"
+      href="https://git.z0x.ca?utm_source=z0x.ca"
       target="_blank"
       class="flex relative justify-center items-center w-12 transition aspect-square hover:text-muted-foreground"
     >
@@ -36,7 +36,7 @@
   <li class="opacity-0 motion-links group">
     <a
       aria-label="blog"
-      href="https://blog.z0x.ca"
+      href="https://blog.z0x.ca?utm_source=z0x.ca"
       target="_blank"
       class="flex relative justify-center items-center w-12 transition aspect-square hover:text-muted-foreground"
     >