diff options
author | SkyArrow <tommy351@gmail.com> | 2012-06-06 07:04:03 +0200 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-06-06 07:04:03 +0200 |
commit | 1d39e87d87ae442efd2e205f508a28a240bfb06a (patch) | |
tree | d2d1da8620445d063ef7c2789203e244ac91338a /source | |
parent | 28157536300f4c267b0fccffc503e129f0bd79db (diff) | |
parent | f7d709694ac8a6edd1d1c3a297a1a6ce6dddf46d (diff) | |
download | octopress-theme-jeyzu-1d39e87d87ae442efd2e205f508a28a240bfb06a.zip octopress-theme-jeyzu-1d39e87d87ae442efd2e205f508a28a240bfb06a.tar.gz |
Merge pull request #15 from daymun/master
linkedin_user
Diffstat (limited to 'source')
-rw-r--r-- | source/_includes/header.html | 3 | ||||
-rw-r--r-- | source/images/linkedin.png | bin | 0 -> 1371 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html index 64db260..0dba635 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -29,6 +29,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 %} diff --git a/source/images/linkedin.png b/source/images/linkedin.png Binary files differnew file mode 100644 index 0000000..1a7ae91 --- /dev/null +++ b/source/images/linkedin.png |