Sha256: 1a21d36e74e58cc6fdb9ca73744dde5218d7377623774adaa780c6f0d05c812e

Contents?: true

Size: 824 Bytes

Versions: 118

Compression:

Stored size: 824 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

118 entries across 118 versions & 1 rubygems

Version Path
appscms-tools-theme-3.3.3 _includes/share/socialshare.html
appscms-tools-theme-3.3.2 _includes/share/socialshare.html
appscms-tools-theme-3.3.1 _includes/share/socialshare.html
appscms-tools-theme-3.3.0 _includes/share/socialshare.html
appscms-tools-theme-3.2.9 _includes/share/socialshare.html
appscms-tools-theme-3.2.8 _includes/share/socialshare.html
appscms-tools-theme-3.2.7 _includes/share/socialshare.html
appscms-tools-theme-3.2.6 _includes/share/socialshare.html
appscms-tools-theme-3.2.5 _includes/share/socialshare.html
appscms-tools-theme-3.2.4 _includes/share/socialshare.html
appscms-tools-theme-3.2.2 _includes/share/socialshare.html
appscms-tools-theme-3.2.1 _includes/share/socialshare.html
appscms-tools-theme-3.2.0 _includes/share/socialshare.html
appscms-tools-theme-3.1.9 _includes/share/socialshare.html
appscms-tools-theme-3.1.8 _includes/share/socialshare.html
appscms-tools-theme-3.1.7 _includes/share/socialshare.html
appscms-tools-theme-3.1.6 _includes/share/socialshare.html
appscms-tools-theme-3.1.5 _includes/share/socialshare.html
appscms-tools-theme-3.1.4 _includes/share/socialshare.html
appscms-tools-theme-3.1.3 _includes/share/socialshare.html