Skip to content

Commit

Permalink
Merge pull request #337 from bsinky/add-reddit-social-icon
Browse files Browse the repository at this point in the history
Add Reddit social icon
  • Loading branch information
johno committed Jul 6, 2017
2 parents c5cb839 + 11ae606 commit c4f6f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Expand Up @@ -52,6 +52,7 @@ facebook_comments_number: 10

# Social icons
github_username:
reddit_username:
bitbucket_username:
stackoverflow_id:
twitter_username:
Expand Down Expand Up @@ -128,4 +129,4 @@ gems:
exclude:
- Gemfile
- Gemfile.lock
- vendor
- vendor
3 changes: 3 additions & 0 deletions _includes/social_links.html
Expand Up @@ -3,6 +3,9 @@
{% if site.github_username %}
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
{% endif %}
{% if site.reddit_username %}
<a class="fa fa-reddit" href="https://reddit.com/user/{{ site.reddit_username }}"></a>
{% endif %}
{% if site.bitbucket_username %}
<a class="fa fa-bitbucket" href="https://bitbucket.org/{{ site.bitbucket_username }}"></a>
{% endif %}
Expand Down

0 comments on commit c4f6f62

Please sign in to comment.