Skip to content

Commit

Permalink
Merge pull request barryclark#26 from kethomassen/flickr
Browse files Browse the repository at this point in the history
Add flickr option to sidebar
  • Loading branch information
matt swanson committed Sep 18, 2015
2 parents 3e4d311 + 6c3c4c0 commit 54864e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _data/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ social:
#linkedin: philipjagielski
#gplus: 110552447039675960964
#gravatar: 86e6ff8f75f9daef42d53b7f8002fd95
#flickr: johndoe

# "Hi, I'm _______"
name: Matt Swanson
Expand All @@ -26,4 +27,4 @@ tagline: "weak opinions, strongly held"
google_analytics_key: UA-xxxx-x

# Toggle "Postings are my own" disclaimer in footer
show_disclaimer: true
show_disclaimer: true
6 changes: 6 additions & 0 deletions _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
</a>
{% endif %}

{% if site.data.theme.social.flickr %}
<a title="{{ site.data.theme.name }} on Flickr" href="https://www.flickr.com/photos/{{ site.data.theme.social.flickr }}">
<i class="fa fa-flickr"></i>
</a>
{% endif %}

<a title="Atom feed" id="atom" href="/atom.xml">
<i class="fa fa-rss-square"></i>
</a>
Expand Down

0 comments on commit 54864e6

Please sign in to comment.