diff options
author | Bryon Fryer <bryon.fryer@gmail.com> | 2012-04-04 05:17:12 +0200 |
---|---|---|
committer | Bryon Fryer <bryon.fryer@gmail.com> | 2012-04-04 05:17:12 +0200 |
commit | cac376b7da79ae468bf83595b2149b3ef858506d (patch) | |
tree | 28d16ca344c2447d18601e03ca710f1fd2141557 /source/_includes/header.html | |
parent | 1d98a784894658ff3292a7f8de8dbde05e83cbab (diff) | |
download | octopress-theme-jeyzu-cac376b7da79ae468bf83595b2149b3ef858506d.zip octopress-theme-jeyzu-cac376b7da79ae468bf83595b2149b3ef858506d.tar.gz |
Added Pinterest social button, to use add pinterest_user: to _config.yml
Diffstat (limited to 'source/_includes/header.html')
-rw-r--r-- | source/_includes/header.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html index dbb5510..b0854ca 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -18,9 +18,12 @@ {% if site.github_user %} <a class="github" href="https://github.com/{{ site.github_user }}" title="GitHub">GitHub</a> {% endif %} + {% if site.pinterest_user %} + <a class="pinterest" href="https://pinterest.com/{{ site.pinterest_user }}" title="Pinterest">Pinterest</a> + {% endif %} {% if site.subscribe_rss %} <a class="rss" href="{{ site.subscribe_rss }}" title="RSS">RSS</a> {% endif %} </div> </div> -{% include custom/header.html %}
\ No newline at end of file +{% include custom/header.html %} |