From 41fdc8a550dcedf3231963ee602b6a276f572e94 Mon Sep 17 00:00:00 2001
From: Lars Frost <larsf@fsmpi.rwth-aachen.de>
Date: Mon, 18 Nov 2024 17:23:05 +0100
Subject: [PATCH] Add link to source code in template

---
 materials/sheet_template.typ | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/materials/sheet_template.typ b/materials/sheet_template.typ
index 21abf14..58a3892 100644
--- a/materials/sheet_template.typ
+++ b/materials/sheet_template.typ
@@ -8,7 +8,7 @@ set page(
   paper: "a4",
   numbering: "1",
   footer: context [
-    #{sym.copyright} 2024 Lars Frost, Licensed under GPL-3.0-or-later, Source at #add("Source repo")
+    #{sym.copyright} 2024 Lars Frost, Licensed under GPL-3.0-or-later. #link("https://git.fsmpi.rwth-aachen.de/osak/git-workshop")[Source]
     #h(1fr)
     #counter(page).display()
   ],
@@ -71,4 +71,4 @@ align(center, [
 ])
 
 doc
-}
\ No newline at end of file
+}
-- 
GitLab