Sha256: 9951889ea0e8a227afb29635cc4348eab7016bb6fcedbe122694bca514cd6186

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

<!--
 Post sharing snippet
-->

<div class="share-wrapper">
  <span class="share-label text-muted mr-1">{{ site.data.locales[lang].post.share }}</span>
  <span class="share-icons">
    {% capture title %}{{ page.title }} - {{ site.title }}{% endcapture %}
    {% assign title = title | url_encode %}
    {% 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[lang].post.button.share_link.title }}"
        data-title-succeed="{{ site.data.locales[lang].post.button.share_link.succeed }}">
    </i>

  </span>
</div>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jekyll-theme-chirpy-5.3.0 _includes/post-sharing.html
jekyll-theme-abd3lraouf-5.2.9 _includes/post-sharing.html
jekyll-theme-abd3lraouf-5.2.8 _includes/post-sharing.html
jekyll-theme-abd3lraouf-5.2.7 _includes/post-sharing.html
jekyll-theme-chirpy-5.2.1 _includes/post-sharing.html
jekyll-theme-chirpy-5.2.0 _includes/post-sharing.html