From b88879f6b56e5b2465089a50d63d89a7c1ee5dd6 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 1 Aug 2026 22:28:26 -0400 Subject: updated gitlab refs to my git --- global/common.typ | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'global/common.typ') 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! + ] }) }) } -- cgit v1.2.3