Sha256: 3050874d5473c86ce80d1d08cf90cdcdb0a17e97f3b05c119bdf90b1672751ba

Contents?: true

Size: 844 Bytes

Versions: 50

Compression:

Stored size: 844 Bytes

Contents

{% assign file = page.fileName %}
{% assign folder = page.folderName %}
{% assign lang = page.lang %}
{% assign shareData=site.data[folder][lang][file] %}
{%- if site.data.blog.share.platforms -%}
<div class="social-icons">
    {% assign url = page.url | relative_url | prepend: site.url %}
    {% for share in site.data.blog.share.platforms %}
    {% assign link = share.link | replace: 'URL', url %}
    {{page.title}}
    <a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
        onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
        data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
        <i class="fa-fw {{ share.icon }} mb-0 py-3"></i>
    </a>

    {% endfor %}
    </ul>
    </ul>
</div>
{%- endif -%}

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
appscms-tools-theme-1.7.0 _includes/share/socialshare.html
appscms-tools-theme-1.6.9 _includes/share/socialshare.html
appscms-tools-theme-1.6.8 _includes/share/socialshare.html
appscms-tools-theme-1.6.7 _includes/share/socialshare.html
appscms-tools-theme-1.6.6 _includes/share/socialshare.html
appscms-tools-theme-1.6.5 _includes/share/socialshare.html
appscms-tools-theme-1.6.4 _includes/share/socialshare.html
appscms-tools-theme-1.6.3 _includes/share/socialshare.html
appscms-tools-theme-1.6.2 _includes/share/socialshare.html
appscms-tools-theme-1.6.1 _includes/share/socialshare.html