File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
44
44
# -----------------------------------------------------------------------------
45
45
46
46
github_username : # your GitHub user name
47
+ gitlab_username : # your GitLab user name
47
48
twitter_username : # your Twitter handle
48
49
linkedin_username : # your LinkedIn user name
49
50
scholar_userid : # your Google Scholar ID
Original file line number Diff line number Diff line change 14
14
{% if site.wikidata_id %}< a href ="https://www.wikidata.org/wiki/{{ site.wikidata_id }} " target ="_blank " title ="Wikidata "> < i class ="fas fa-barcode "> </ i > </ a > {% endif %}
15
15
{% if site.strava_userid %}< a href ="https://www.strava.com/athletes/{{ site.strava_userid }} " target ="_blank " title ="Strava "> < i class ="fab fa-strava "> </ i > </ a > {% endif %}
16
16
{% if site.keybase_username %}< a href ="https://keybase.io/{{ site.keybase_username }} " target ="_blank " title ="Keybase "> < i class ="fab fa-keybase "> </ i > </ a > {% endif %}
17
+ {% if site.gitlab_username %}< a href ="https://gitlab.com/{{ site.gitlab_username }} " target ="_blank " title ="GitLab "> < i class ="fab fa-gitlab "> </ i > </ a > {% endif %}
17
18
</ span >
You can’t perform that action at this time.
0 commit comments