Added gitlab and bitbucket
This commit is contained in:
16
lib.typ
16
lib.typ
@@ -15,6 +15,12 @@
|
|||||||
#let github-icon = box(
|
#let github-icon = box(
|
||||||
fa-icon("github", fill: color-darknight),
|
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(
|
#let twitter-icon = box(
|
||||||
fa-icon("twitter", fill: color-darknight),
|
fa-icon("twitter", fill: color-darknight),
|
||||||
)
|
)
|
||||||
@@ -370,6 +376,16 @@
|
|||||||
#github-icon
|
#github-icon
|
||||||
#box[#link("https://github.com/" + author.github)[#author.github]]
|
#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) [
|
#if ("linkedin" in author) [
|
||||||
#separator
|
#separator
|
||||||
#linkedin-icon
|
#linkedin-icon
|
||||||
|
|||||||
Reference in New Issue
Block a user