From 5ae39ef82c2ab0084aac6c820b2ee1c64c5fd3d6 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 11 Apr 2016 09:30:28 -0400 Subject: [PATCH] Add Bitbucket link to author sidebar - Close #256 --- _config.yml | 1 + _includes/author-profile.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 1178ae5..2f0216c 100644 --- a/_config.yml +++ b/_config.yml @@ -68,6 +68,7 @@ author: location : "Buffalo, NY" email : *email uri : "https://mademistakes.com" + bitbucket : codepen : dribbble : flickr : diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 7ecaeaa..cf2b086 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -53,6 +53,9 @@ {% if author.tumblr %}
  • Tumblr
  • {% endif %} + {% if author.bitbucket %} +
  • Bitbucket
  • + {% endif %} {% if author.github %}
  • Github
  • {% endif %} -- 2.43.0