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