diff options
author | Devin Wadsworth <devinwadsworth@gmail.com> | 2012-06-05 20:56:59 +0200 |
---|---|---|
committer | Devin Wadsworth <devinwadsworth@gmail.com> | 2012-06-05 20:56:59 +0200 |
commit | f7d709694ac8a6edd1d1c3a297a1a6ce6dddf46d (patch) | |
tree | 96ede44c304ee8b25646c55899e376c2be993c23 /source/_includes | |
parent | e4410c101fd3dd17909893ab441d67bd510db891 (diff) | |
download | octopress-theme-jeyzu-f7d709694ac8a6edd1d1c3a297a1a6ce6dddf46d.zip octopress-theme-jeyzu-f7d709694ac8a6edd1d1c3a297a1a6ce6dddf46d.tar.gz |
linkedin_user
Diffstat (limited to 'source/_includes')
-rw-r--r-- | source/_includes/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html index 168853d..e5026c2 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -18,6 +18,9 @@ {% if site.github_user %} <a class="github" href="https://github.com/{{ site.github_user }}" title="GitHub">GitHub</a> {% endif %} + {% if site.linkedin_user %} + <a class="linkedin" href="http://www.linkedin.com/in/{{ site.linkedin_user }}">LinkedIn</a> + {% endif %} {% if site.pinterest_user %} <a class="pinterest" href="https://pinterest.com/{{ site.pinterest_user }}" title="Pinterest">Pinterest</a> {% endif %} |