Skip to content

Commit

Permalink
Merge pull request #36 from kg6zvp/add_stack_overflow
Browse files Browse the repository at this point in the history
add Stack Overflow to social sites
  • Loading branch information
chrisbobbe authored Jan 29, 2020
2 parents 6624d9f + 37753b0 commit d8fd26f
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

0 comments on commit d8fd26f

Please sign in to comment.