From f5d41dde62fbfecf94e1c4bf7d5d7f23edd3848d Mon Sep 17 00:00:00 2001 From: Sean Quinn Date: Sun, 28 Mar 2021 15:44:26 -0700 Subject: [PATCH] Add gitlab to social (#229) * Add gitlab to social * Add gitlab to social integration --- _config.yml | 1 + _includes/social.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 6064372..60b2b85 100644 --- a/_config.yml +++ b/_config.yml @@ -44,6 +44,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image # ----------------------------------------------------------------------------- github_username: # your GitHub user name +gitlab_username: # your GitLab user name twitter_username: # your Twitter handle linkedin_username: # your LinkedIn user name scholar_userid: # your Google Scholar ID diff --git a/_includes/social.html b/_includes/social.html index 0b0d1ed..d440b69 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -14,4 +14,5 @@ {% if site.wikidata_id %}{% endif %} {% if site.strava_userid %}{% endif %} {% if site.keybase_username %}{% endif %} + {% if site.gitlab_username %}{% endif %}