Skip to content

Commit

Permalink
Drop Stackoverflow since username problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Jan 14, 2018
1 parent 55527bc commit 12b1365
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{% if site.linkedin_username %}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#linkedin"></use></svg> <span class="username">{{ site.linkedin_username | escape }}</span></a></li>{% endif %}
{% if site.pinterest_username %}<li><a href="https://www.pinterest.com/{{ site.pinterest_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#pinterest"></use></svg> <span class="username">{{ site.pinterest_username | escape }}</span></a></li>{% endif %}
{% if site.twitter_username %}<li><a href="https://www.twitter.com/{{ site.twitter_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#twitter"></use></svg> <span class="username">{{ site.twitter_username | escape }}</span></a></li>{% endif %}
{% if site.stackoverflow_username %}<li><a href="https://stackoverflow.com/users/{{ site.stackoverflow_username | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#stackoverflow"></use></svg> <span class="username">{{ site.stackoverflow_username | escape }}</span></a></li>{% endif %}
{% if site.youtube_username %}<li><a href="https://youtube.com/{{ site.youtube_username | cgi_escape | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#youtube"></use></svg> <span class="username">{{ site.youtube_username | escape }}</span></a></li>{% endif %}
{% if site.googleplus_username %}<li><a href="https://plus.google.com/{{ site.googleplus_username | escape }}"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#googleplus"></use></svg> <span class="username">{{ site.googleplus_username | escape }}</span></a></li>{% endif %}
{% if site.rss %}<li><a href="{{ site.baseurl }}/feed.xml"><svg class="svg-icon" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/assets/icons.svg#rss"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{% endif %}
Expand Down

0 comments on commit 12b1365

Please sign in to comment.