From c142f9491843c3d5d82874552fb06109e2f2c8b9 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 5 Jul 2017 12:25:41 -0400 Subject: [PATCH] add gitlab to author profile (#1050) * add gitlab to author profile * add gitlab to footer * Fix alignment of : --- _config.yml | 3 ++- _includes/author-profile.html | 8 ++++++++ _includes/footer.html | 5 ++++- 3 files changed, 14 insertions(+), 2 deletions(-) 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 +