diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db47816f0e4..c3b6869920cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - BREAKING CHANGE: Allow changing the order of the social network links that appear in the footer (#1152) - Fixed bug where hovering over search results showed the text "{desc}" (#1156) +- Added social network link for GitLab (#1168) ## v6.0.1 (2023-06-08) diff --git a/_config.yml b/_config.yml index 99ac381fe04c..19242b71ccf8 100644 --- a/_config.yml +++ b/_config.yml @@ -77,6 +77,7 @@ social-network-links: # discord: "invite_code" or "users/userid" or "invite/invite_code" # kaggle: yourname # hackerrank: yourname +# gitlab: yourname # If you want your website to generate an RSS feed, provide a description # The URL for the feed will be https:///feed.xml diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index 4d8722e6d440..1e714d609a73 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -75,6 +75,18 @@ {%- endif -%} + {%- if network[0] == "gitlab" -%} +
  • + + + GitLab + +
  • + {%- endif -%} + {%- if network[0] == "twitter" -%}