diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-02 02:28:26 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-02 02:28:26 +0000 |
| commit | b88879f6b56e5b2465089a50d63d89a7c1ee5dd6 (patch) | |
| tree | d0827dc15e2bb1784634697819202845553534dc /global/common.typ | |
| parent | d059c9feab732e0cd48e142e623c45c43acdf710 (diff) | |
Diffstat (limited to 'global/common.typ')
| -rw-r--r-- | global/common.typ | 7 |
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! + ] }) }) } |
