Skip to content

Commit

Permalink
add StackOverflow to social sites
Browse files Browse the repository at this point in the history
  • Loading branch information
kg6zvp committed Sep 29, 2018
1 parent 5720ca4 commit 37753b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ googleplus_url:
instagram_url:
linkedin_url:
github_url:
stackoverflow_url:
pinterest_url:
slack_url:
dribbble_url:
Expand Down
3 changes: 3 additions & 0 deletions _includes/social_icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{%- if site.github_url -%}
<li><a href="{{- site.github_url -}}" class="icon-b fa-github"><span class="label">GitHub</span></a></li>
{%- endif -%}
{%- if site.stackoverflow_url -%}
<li><a href="{{- site.stackoverflow_url -}}" class="icon-b fa-stack-overflow"><span class="label">StackOverflow</span></a></li>
{%- endif -%}
{%- if site.pinterest_url -%}
<li><a href="{{- site.pinterest_url -}}" class="icon-b fa-pinterest"><span class="label">Pinterest</span></a></li>
{%- endif -%}
Expand Down

3 comments on commit 37753b0

@Morganre-sys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank-yous to all the goodpeople that voted.

@Morganre-sys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again and please vote Earl Taylor

@Morganre-sys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please donate by watching youtube

Please sign in to comment.