From 43f49dbd47e69416e30dea9944fc1237e470f402 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 15 Apr 2016 09:18:31 -0400 Subject: [PATCH 1/2] Add GitHub and Bitbucket optional links to footer --- _includes/footer.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 2573c5dc..466526dd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,8 +11,14 @@ {% if site.facebook.username %}
  • Facebook
  • {% endif %} + {% if site.author.github %} +
  • GitHub
  • + {% endif %} + {% if site.author.bitbucket %} +
  • Bitbucket
  • + {% endif %}
  • {{ site.data.ui-text[site.locale].feed_label }}
  • - + \ No newline at end of file From 3c15a37c0f9962f197b98f6e8dd22afbad920c4c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 15 Apr 2016 09:18:42 -0400 Subject: [PATCH 2/2] Fix typo in Bitbucket URL --- _includes/author-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 40ae6d4d..88023952 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -56,7 +56,7 @@
  • Tumblr
  • {% endif %} {% if author.bitbucket %} -
  • Bitbucket
  • +
  • Bitbucket
  • {% endif %} {% if author.github %}
  • Github