Sha256: eae8251b4ddd47176fd0f87d066029e7c5bfdb1d8c91e86b8dafcd048153f7b4

Contents?: true

Size: 834 Bytes

Versions: 144

Compression:

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

144 entries across 144 versions & 1 rubygems

Version Path
appscms-tools-theme-4.9.7 _includes/share/socialshare.html
appscms-tools-theme-4.9.6 _includes/share/socialshare.html
appscms-tools-theme-4.9.5 _includes/share/socialshare.html
appscms-tools-theme-4.9.4 _includes/share/socialshare.html
appscms-tools-theme-4.9.3 _includes/share/socialshare.html
appscms-tools-theme-4.9.2 _includes/share/socialshare.html
appscms-tools-theme-4.9.1 _includes/share/socialshare.html
appscms-tools-theme-4.9.0 _includes/share/socialshare.html
appscms-tools-theme-4.8.9 _includes/share/socialshare.html
appscms-tools-theme-4.8.8 _includes/share/socialshare.html
appscms-tools-theme-4.8.7 _includes/share/socialshare.html
appscms-tools-theme-4.8.6 _includes/share/socialshare.html
appscms-tools-theme-4.8.5 _includes/share/socialshare.html
appscms-tools-theme-4.8.4 _includes/share/socialshare.html
appscms-tools-theme-4.7.7 _includes/share/socialshare.html
appscms-tools-theme-4.7.6 _includes/share/socialshare.html
appscms-tools-theme-4.7.5 _includes/share/socialshare.html
appscms-tools-theme-4.7.4 _includes/share/socialshare.html
appscms-tools-theme-4.7.3 _includes/share/socialshare.html
appscms-tools-theme-4.7.2 _includes/share/socialshare.html