Sha256: eae8251b4ddd47176fd0f87d066029e7c5bfdb1d8c91e86b8dafcd048153f7b4

Contents?: true

Size: 834 Bytes

Versions: 151

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

151 entries across 151 versions & 1 rubygems

Version Path
appscms-tools-theme-4.5.0 _includes/share/socialshare.html
appscms-tools-theme-4.4.9 _includes/share/socialshare.html
appscms-tools-theme-4.4.8 _includes/share/socialshare.html
appscms-tools-theme-4.4.7 _includes/share/socialshare.html
appscms-tools-theme-4.4.6 _includes/share/socialshare.html
appscms-tools-theme-4.4.5 _includes/share/socialshare.html
appscms-tools-theme-4.4.4 _includes/share/socialshare.html
appscms-tools-theme-4.4.3 _includes/share/socialshare.html
appscms-tools-theme-4.4.2 _includes/share/socialshare.html
appscms-tools-theme-4.4.1 _includes/share/socialshare.html
appscms-tools-theme-4.4.0 _includes/share/socialshare.html
appscms-tools-theme-4.3.9 _includes/share/socialshare.html
appscms-tools-theme-4.3.8 _includes/share/socialshare.html
appscms-tools-theme-4.3.7 _includes/share/socialshare.html
appscms-tools-theme-4.3.6 _includes/share/socialshare.html
appscms-tools-theme-4.3.5 _includes/share/socialshare.html
appscms-tools-theme-4.3.4 _includes/share/socialshare.html
appscms-tools-theme-4.3.3 _includes/share/socialshare.html
appscms-tools-theme-4.3.2 _includes/share/socialshare.html
appscms-tools-theme-4.3.1 _includes/share/socialshare.html