Sha256: 3f58a0996c91ec9eaf259ce77ce6c4247d88328651fe8661158bb7f5d2a7039a

Contents?: true

Size: 850 Bytes

Versions: 13

Compression:

Stored size: 850 Bytes

Contents

<!--
 Post sharing snippet
-->

<div class="share-wrapper">
  <span class="share-label text-muted mr-1">{{ site.data.label.post.share | default: 'Share' }}</span>
  <span class="share-icons">
    {% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
    {% assign url = page.url | absolute_url %}

    {% for share in site.data.share.platforms %}
      {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
        <a href="{{ link }}" data-toggle="tooltip" data-placement="top"
          title="{{ share.type }}" target="_blank" rel="noopener" aria-label="{{ share.type }}">
          <i class="fa-fw {{ share.icon }}"></i>
        </a>
    {% endfor %}

    <i class="fa-fw fas fa-link small" onclick="copyLink()"
        data-toggle="tooltip" data-placement="top" title="Copy link"></i>

  </span>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-4.0.2 _includes/post-sharing.html
jekyll-theme-chirpy-4.0.1 _includes/post-sharing.html
jekyll-theme-chirpy-3.3.2 _includes/post-sharing.html
jekyll-theme-chirpy-3.3.1 _includes/post-sharing.html
jekyll-theme-chirpy-3.3.0 _includes/post-sharing.html
jekyll-theme-chirpy-3.2.2 _includes/post-sharing.html
jekyll-theme-chirpy-3.2.1 _includes/post-sharing.html
jekyll-theme-chirpy-3.2.0 _includes/post-sharing.html
jekyll-theme-chirpy-3.1.1 _includes/post-sharing.html
jekyll-theme-chirpy-3.1.0 _includes/post-sharing.html
jekyll-theme-chirpy-3.0.3 _includes/post-sharing.html
jekyll-theme-chirpy-3.0.2 _includes/post-sharing.html
jekyll-theme-chirpy-3.0.1 _includes/post-sharing.html