Sha256: 2714cac1f7ed90c8f0366ac43192cf9e4d4ffe86346e1fa31a93907fe85f1ace

Contents?: true

Size: 845 Bytes

Versions: 25

Compression:

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

25 entries across 25 versions & 1 rubygems

Version Path
appscms-tools-theme-0.7.0 _includes/share/socialshare.html
appscms-tools-theme-0.6.9 _includes/share/socialshare.html
appscms-tools-theme-0.6.8 _includes/share/socialshare.html
appscms-tools-theme-0.6.7 _includes/share/socialshare.html
appscms-tools-theme-0.6.6 _includes/share/socialshare.html
appscms-tools-theme-0.6.5 _includes/share/socialshare.html
appscms-tools-theme-0.6.4 _includes/share/socialshare.html
appscms-tools-theme-0.6.3 _includes/share/socialshare.html
appscms-tools-theme-0.6.2 _includes/share/socialshare.html
appscms-tools-theme-0.6.1 _includes/share/socialshare.html
appscms-tools-theme-0.6.0 _includes/share/socialshare.html
appscms-tools-theme-0.5.9 _includes/share/socialshare.html
appscms-tools-theme-0.5.8 _includes/share/socialshare.html
appscms-tools-theme-0.5.7 _includes/share/socialshare.html
appscms-tools-theme-0.5.6 _includes/share/socialshare.html
appscms-tools-theme-0.5.5 _includes/share/socialshare.html
appscms-tools-theme-0.5.4 _includes/share/socialshare.html
appscms-tools-theme-0.5.3 _includes/share/socialshare.html
appscms-tools-theme-0.5.2 _includes/share/socialshare.html
appscms-tools-theme-0.5.1 _includes/share/socialshare.html