Merge pull request #102 from tfmoraes/gitlab_bitbucket
This commit is contained in:
16
lib.typ
16
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
|
||||
|
||||
Reference in New Issue
Block a user