From 6654d4fb1b17d81ac1d080b1ff0bef2ae788b506 Mon Sep 17 00:00:00 2001 From: Joseph Parker Date: Fri, 14 Sep 2018 14:16:43 +0100 Subject: [PATCH] Add bitbucket social icon option --- _config.yml | 1 + _includes/social_icons.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 7813c190d5..46e6e7ae0f 100644 --- a/_config.yml +++ b/_config.yml @@ -51,6 +51,7 @@ googleplus_url: instagram_url: linkedin_url: github_url: +bitbucket_url: pinterest_url: slack_url: dribbble_url: diff --git a/_includes/social_icons.html b/_includes/social_icons.html index f727f2e9bc..7837f1abc8 100644 --- a/_includes/social_icons.html +++ b/_includes/social_icons.html @@ -18,6 +18,9 @@ {%- if site.github_url -%}
  • GitHub
  • {%- endif -%} + {%- if site.bitbucket_url -%} +
  • Bitbucket
  • + {%- endif -%} {%- if site.pinterest_url -%}
  • Pinterest
  • {%- endif -%}