diff --git a/_config.yml b/_config.yml index 7cc5efd9..e6f164a8 100644 --- a/_config.yml +++ b/_config.yml @@ -90,6 +90,7 @@ author: facebook : foursquare : github : + gitlab : google_plus : keybase : instagram : @@ -243,4 +244,4 @@ defaults: read_time: true comments: # true share: true - related: true \ No newline at end of file + related: true diff --git a/_includes/author-profile.html b/_includes/author-profile.html index dfc713a4..2d105431 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -131,6 +131,14 @@ {% endif %} + {% if author.gitlab %} +
  • + + Gitlab + +
  • + {% endif %} + {% if author.stackoverflow %}
  • diff --git a/_includes/footer.html b/_includes/footer.html index 8fe13bbd..e727e0b2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,6 +12,9 @@ {% if site.author.github %}
  • GitHub
  • {% endif %} + {% if site.author.gitlab %} +
  • Gitlab
  • + {% endif %} {% if site.author.bitbucket %}
  • Bitbucket
  • {% endif %} @@ -19,4 +22,4 @@ - \ No newline at end of file +