Skip to content

Commit f5d41dd

Browse files
authored
Add gitlab to social (alshedivat#229)
* Add gitlab to social * Add gitlab to social integration
1 parent 199b693 commit f5d41dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
4444
# -----------------------------------------------------------------------------
4545

4646
github_username: # your GitHub user name
47+
gitlab_username: # your GitLab user name
4748
twitter_username: # your Twitter handle
4849
linkedin_username: # your LinkedIn user name
4950
scholar_userid: # your Google Scholar ID

_includes/social.html

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
{% 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 %}
1515
{% 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 %}
1616
{% 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 %}
1718
</span>

0 commit comments

Comments
 (0)