From 12b13654a507d7a95c4c5ffc6d88083b8ec7ed18 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Wed, 19 Jul 2017 14:35:33 -0400 Subject: [PATCH] Drop Stackoverflow since username problems --- README.md | 1 - _config.yml | 1 - _includes/social.html | 1 - 3 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 4b7542f881..ed99fc5f1c 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,6 @@ flickr_username: jekyll instagram_username: jekyll linkedin_username: jekyll pinterest_username: jekyll -stackoverflow_username: 11111/jekyll youtube_username: jekyll googleplus_username: +jekyll rss: rss diff --git a/_config.yml b/_config.yml index fb32adbff2..90255808b7 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,6 @@ rss: rss #instagram_username: jekyll #linkedin_username: jekyll #pinterest_username: jekyll -#stackoverflow_username: 11111/jekyll #youtube_username: jekyll #googleplus_username: +jekyll diff --git a/_includes/social.html b/_includes/social.html index 6d58d83801..34ee5150ec 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -7,7 +7,6 @@ {% 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.youtube_username %}
  • {{ site.youtube_username | escape }}
  • {% endif %} {% if site.googleplus_username %}
  • {{ site.googleplus_username | escape }}
  • {% endif %} {% if site.rss %}
  • {{ site.rss | escape }}
  • {% endif %}