Skip to content

Commit

Permalink
added linkedin, facebook, coderwall, and pinterest social icons to th…
Browse files Browse the repository at this point in the history
…e header
scottgoldwater committed Aug 23, 2014

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tvdeyen Thomas von Deyen
1 parent b2464ac commit 3ad7d67
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ social:
github: true
gplus: true
rss: true
linkedin: true
facebook: true
coderwall: true
pinterest: true

twitter:
username:
@@ -28,6 +32,18 @@ github:
gplus:
username:

linkedin:
username:

facebook:
username:

coderwall:
username:

pinterest:
username:

addit:
facebook: false
twitter: true
16 changes: 16 additions & 0 deletions layout/_partial/header.ejs
Original file line number Diff line number Diff line change
@@ -43,6 +43,22 @@
<% if(theme.social.rss) { %>
<a class="rss" href="<%- config.root%>atom.xml" title="RSS">RSS</a>
<% } %>
<% if(theme.social.linkedin) { %>
<a class="linkedin" href="http://www.linkedin.com/in/<%- theme.linkedin.username %>"
title="Linkedin">Linkedin</a>
<% } %>
<% if(theme.social.facebook) { %>
<a class="facebook" href="http://facebook.com/<%- theme.facebook.username %>"
title="Facebook">Facebook</a>
<% } %>
<% if(theme.social.coderwall) { %>
<a class="coderwall" href="http://github.com/<%- theme.coderwall.username %>"
title="Coderwall">Coderwall</a>
<% } %>
<% if(theme.social.pinterest) { %>
<a class="pinterest" href="http://pinterest.com/<%- theme.pinterest.username %>"
title="Pinterest">Pinterest</a>
<% } %>
</div>
</nav><!-- sub-nav -->
<nav id="widget-nav">

0 comments on commit 3ad7d67

Please sign in to comment.