Sha256: 82a2019e96c00cede5d9263364d38f29c1d0350bcc2891cd099ea1993ab82481
Contents?: true
Size: 721 Bytes
Versions: 2
Compression:
Stored size: 721 Bytes
Contents
{% capture url %}{{ site.url }}{{ include.url }}{% endcapture %} {% unless include.share.url == '%url' %} {% assign url = url | cgi_escape %} {% endunless %} {% assign title = include.title | cgi_escape %} {% assign description = include.description | default: '' | cgi_escape %} <a {% if include.share.url == '%url' %} download {% else %} target="_blank" {% endif %} rel="nofollow" title="{{ include.share.title }}" class="d-flex flex-column align-items-center p-3" href="{{ include.share.url | replace: '%url', url | replace: '%title', title | replace: '%description', description }}"> <i class="fa fa-fw fa-2x fa-{{ include.share.icon }}"></i> <span>{{ include.share.title }}</span> </a>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adhesiones-jekyll-theme-0.2.1 | _includes/share.html |
adhesiones-jekyll-theme-0.2.0 | _includes/share.html |