aboutsummaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-08-02 02:28:26 +0000
committerKumar Damani <me@kumardamani.net>2026-08-02 02:28:26 +0000
commitb88879f6b56e5b2465089a50d63d89a7c1ee5dd6 (patch)
treed0827dc15e2bb1784634697819202845553534dc /global
parentd059c9feab732e0cd48e142e623c45c43acdf710 (diff)
updated gitlab refs to my gitHEADmain
Diffstat (limited to 'global')
-rw-r--r--global/common.typ7
1 files changed, 5 insertions, 2 deletions
diff --git a/global/common.typ b/global/common.typ
index 14738a6..bc5731e 100644
--- a/global/common.typ
+++ b/global/common.typ
@@ -9,7 +9,7 @@
// Image paths collected from pages, emitted as bundle assets in main.typ.
#let _asset-paths = state("asset-paths", ())
-#let srcurl = "https://gitlab.com/kdam0/kumardamani.net"
+#let srcurl = "https://git.kumardamani.net/kumardamani.net"
// Deployment info, overwritten by CI per build:
// printf '{ "date": "%s", "link": "%s" }\n' \
@@ -208,7 +208,10 @@
html.hr()
html.footer({
html.span(class: "updated")[Updated: #ci.date.]
- html.span(class: "logs")[#extlink(ci.link)[Logs] for nerds!]
+ html.span(class: "logs")[
+ #extlink(srcurl)[site source] |
+ #extlink(ci.link)[logs] for nerds!
+ ]
})
})
}