feat: add arch server

This commit is contained in:
eggy
2023-11-01 13:13:24 -04:00
parent 08201c3406
commit 6e8763b88d
2 changed files with 11 additions and 8 deletions

View File

@@ -83,7 +83,11 @@
#let project(title, repo_link, tools) = {
set strong(delta: DEFAULT_STRONG)
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ]
if repo_link != none {
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ]
} else {
text(1.1em)[*#title*] + [ | _ #tools _ ]
}
}
// Set name and contact data and format headings