Sha256: 63c719c42983727aad19fd53f5e10d1d64f1b98bfe8531fa0f585998a54c890e

Contents?: true

Size: 1.73 KB

Versions: 6

Compression:

Stored size: 1.73 KB

Contents

<div class="share">
  {% for network in site.sharing_links %}
    {% assign name = network[0] %}
    {% assign id = network[0] | downcase | remove: " " %}
    {% assign url = site.url | append: page.url %}
    {% assign color = network[1] %}

    {% capture share_link %}
      {% if id contains "twitter" %}https://twitter.com/intent/tweet/?url={{ url }}&text={{ page.title | uri_escape }}{% if site.twitter.username %}&via={{ site.twitter.username}}{% endif %}{% endif %}
      {% if id contains "facebook" %}https://facebook.com/sharer/sharer.php?u={{ url }}{% endif %}
      {% if id contains "google+" %}https://plus.google.com/share?url={{ url }}{% endif %}
      {% if id contains "pinterest" %}https://pinterest.com/pin/create/button/?url={{ url }}&description={{ page.title }}&media={{ page.image }}{% endif %}
      {% if id contains "linkedin" %}https://www.linkedin.com/shareArticle?url={{ url }}&title={{ page.title }}&source={{ site.title }}&summary={{ page.excerpt }}&mini=true{% endif %}
      {% if id contains "tumblr" %}https://tumblr.com/widgets/share/tool?canonicalUrl={{ url }}&tags={{ page.category }}&caption={{ page.title }}{% endif %}
      {% if id contains "reddit" %}https://reddit.com/submit?url={{ url }}&title={{ page.title }}&resubmit=true{% endif %}
      {% if id contains "hackernews" %}https://news.ycombinator.com/submitlink?u={{ url }}&t={{ page.title }}{% endif %}
      {% if id contains "designernews" %}https://www.designernews.co/submit?url={{ url }}&title={{ page.title }}{% endif %}
      {% if id contains "email" %}mailto:?subject={{ page.title }}&body={{ url | prepend: "Hey, check out this: "}}{% endif %}
    {% endcapture %}

    {% include button.html text=name icon=id link=share_link color=color %}
  {% endfor %}
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alembic-jekyll-theme-2.0.3 _includes/nav-share.html
alembic-jekyll-theme-2.0.2 _includes/nav-share.html
alembic-jekyll-theme-1.5.3 _includes/nav-share.html
alembic-jekyll-theme-1.5.2 _includes/nav-share.html
alembic-jekyll-theme-1.5.1 _includes/nav-share.html
alembic-jekyll-theme-1.5.0 _includes/nav-share.html