diff options
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! + ] }) }) } |
