Skip to content

Commit

Permalink
Merge pull request #156 from hbarudin/add-codepen-social-option
Browse files Browse the repository at this point in the history
Add CodePen to owner social options
  • Loading branch information
mmistakes committed Jul 12, 2015
2 parents 09fdd3c + d43aeab commit 8dafa9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -55,6 +55,7 @@ owner:
soundcloud: #username
weibo: #username
flickr: #username
codepen: #username

include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
1 change: 1 addition & 0 deletions _includes/_author-bio.html
Expand Up @@ -31,4 +31,5 @@ <h3 itemprop="name">{{ author.name }}</h3>
{% if author.soundcloud %}<a href="http://soundcloud.com/{{ author.soundcloud }}" class="author-social" target="_blank"><i class="fa fa-fw fa-soundcloud"></i> Soundcloud</a>{% endif %}
{% if author.weibo %}<a href="http://www.weibo.com/{{ author.weibo }}" class="author-social" target="_blank"><i class="fa fa-fw fa-weibo"></i> Weibo</a>{% endif %}
{% if author.flickr %}<a href="http://www.flickr.com/{{ author.flickr }}" class="author-social" target="_blank"><i class="fa fa-fw fa-flickr"></i> Flickr</a>{% endif %}
{% if author.codepen %}<a href="http://codepen.io/{{ author.codepen }}" class="author-social" target="_blank"><i class="fa fa-fw fa-codepen"></i> CodePen</a>{% endif %}
</div>

0 comments on commit 8dafa9a

Please sign in to comment.