Sha256: eb5f31b7f606d9a9b9bb4b0b63ce23ef24f594662ef60a03c2e3ca2cf1d2efda

Contents?: true

Size: 1.03 KB

Versions: 7

Compression:

Stored size: 1.03 KB

Contents

<!--
 Post sharing snippet
-->

<div class="share-wrapper">
  <span class="share-label text-muted mr-1">{{ site.data.locales[site.lang].post.share }}</span>
  <span class="share-icons">
    {% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
    {% assign title = title | uri_escape %}
    {% assign url = page.url | absolute_url | url_encode %}

    {% 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 id="copy-link" class="fa-fw fas fa-link small"
        data-toggle="tooltip" data-placement="top"
        title="{{ site.data.locales[site.lang].post.button.share_link.title }}"
        data-title-succeed="{{ site.data.locales[site.lang].post.button.share_link.succeed }}">
    </i>

  </span>
</div>

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
jekyll-theme-chirpy-5.6.1 _includes/post-sharing.html
jekyll-theme-chirpy-5.6.0 _includes/post-sharing.html
custom-chirpy-5.5.2 _includes/post-sharing.html
jekyll-theme-chirpy-5.5.2 _includes/post-sharing.html
jekyll-theme-chirpy-5.5.1 _includes/post-sharing.html
jekyll-theme-chirpy-5.5.0 _includes/post-sharing.html
jekyll-theme-chirpy-customized-by-alazaroc-5.4.0 _includes/post-sharing.html