Skip to content

Commit

Permalink
Fixes #121
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Nov 24, 2015
1 parent 73e5536 commit 5b2c86b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ paginate: 5
email-share: True
fb-share: True
twitter-share: True
linkedin-share: True
reddit-share: True
google-plus-share: True
linkedin-share: True
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: True

disqus-shortname: "panossakkos"
Expand Down Expand Up @@ -156,7 +157,7 @@ pages_list:

# Exclusion list from the generated _site

exclude: ["LICENSE", "README", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]
exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]

# Pagination path

Expand Down
13 changes: 13 additions & 0 deletions _includes/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@
</a>
</li>
{% endif %}
{% if site.pocket-share%}
<li class="rrssb-pocket">
<a href="https://getpocket.com/save?url={{site.url}}{{site.baseurl}}{{page.url}}">
<span class="rrssb-icon">
<svg width="32" height="28" viewBox="0 0 32 28" xmlns="http://www.w3.org/2000/svg">
<path d="M28.782.002c2.03.002 3.193 1.12 3.182 3.106-.022 3.57.17 7.16-.158 10.7-1.09 11.773-14.588 18.092-24.6 11.573C2.72 22.458.197 18.313.057 12.937c-.09-3.36-.05-6.72-.026-10.08C.04 1.113 1.212.016 3.02.008 7.347-.006 11.678.004 16.006.002c4.258 0 8.518-.004 12.776 0zM8.65 7.856c-1.262.135-1.99.57-2.357 1.476-.392.965-.115 1.81.606 2.496 2.453 2.334 4.91 4.664 7.398 6.966 1.086 1.003 2.237.99 3.314-.013 2.407-2.23 4.795-4.482 7.17-6.747 1.203-1.148 1.32-2.468.365-3.426-1.01-1.014-2.302-.933-3.558.245-1.596 1.497-3.222 2.965-4.75 4.526-.706.715-1.12.627-1.783-.034-1.597-1.596-3.25-3.138-4.93-4.644-.47-.42-1.123-.647-1.478-.844z"
/>
</svg>
</span>
<span class="rrssb-text">pocket</span>
</a>
</li>
{% endif %}
{% if site.vkontakte-share %}
<li class="rrssb-vk">
<a href="https://vk.com/share.php?url={{site.url}}{{site.baseurl}}{{page.url}}" class="popup">
Expand Down

0 comments on commit 5b2c86b

Please sign in to comment.