feat: add arch server

This commit is contained in:
eggy
2023-11-01 13:13:24 -04:00
parent dd3d479a92
commit 81e602c98c
2 changed files with 11 additions and 8 deletions

View File

@@ -79,7 +79,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