diff --git a/_includes/social.html b/_includes/social.html index 073be2e04a..6d58d83801 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -7,8 +7,8 @@ {% if site.linkedin_username %}
  • {{ site.linkedin_username | escape }}
  • {% endif %} {% if site.pinterest_username %}
  • {{ site.pinterest_username | escape }}
  • {% endif %} {% if site.twitter_username %}
  • {{ site.twitter_username | escape }}
  • {% endif %} - {% if site.stackoverflow_username %}
  • {{ site.stackoverflow_username | escape }}
  • {% endif %} + {% if site.stackoverflow_username %}
  • {{ site.stackoverflow_username | escape }}
  • {% endif %} {% if site.youtube_username %}
  • {{ site.youtube_username | escape }}
  • {% endif %} - {% if site.googleplus_username %}
  • {{ site.googleplus_username | escape }}
  • {% endif %} + {% if site.googleplus_username %}
  • {{ site.googleplus_username | escape }}
  • {% endif %} {% if site.rss %}
  • {{ site.rss | escape }}
  • {% endif %}