diff --git a/lib.typ b/lib.typ index 39745fa..2942d8f 100644 --- a/lib.typ +++ b/lib.typ @@ -15,6 +15,12 @@ #let github-icon = box( fa-icon("github", fill: color-darknight), ) +#let gitlab-icon = box( + fa-icon("gitlab", fill: color-darknight), +) +#let bitbucket-icon = box( + fa-icon("bitbucket", fill: color-darknight), +) #let twitter-icon = box( fa-icon("twitter", fill: color-darknight), ) @@ -370,6 +376,16 @@ #github-icon #box[#link("https://github.com/" + author.github)[#author.github]] ] + #if ("gitlab" in author) [ + #separator + #gitlab-icon + #box[#link("https://gitlab.com/" + author.gitlab)[#author.gitlab]] + ] + #if ("bitbucket" in author) [ + #separator + #bitbucket-icon + #box[#link("https://bitbucket.org/" + author.bitbucket)[#author.bitbucket]] + ] #if ("linkedin" in author) [ #separator #linkedin-icon