Sha256: 18c396fbaecc700967c9c123fbc58367ee7b7efa36215e65358868931028a74c

Contents?: true

Size: 758 Bytes

Versions: 6

Compression:

Stored size: 758 Bytes

Contents

{% capture url %}{{ site.url }}{{ include.url }}{% endcapture %}

{% unless include.share.url == '%url' %}
  {% assign url = url | default: '' | cgi_escape %}
{% endunless %}
{% assign title = include.title | default: '' | cgi_escape %}
{% assign description = include.description | default: '' | cgi_escape %}

<a
  {% if include.share.url == '%url' %}
    download
  {% else %}
    target="_blank"
  {% endif %}
  rel="noopener 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

6 entries across 6 versions & 1 rubygems

Version Path
adhesiones-jekyll-theme-0.4.1 _includes/share.html
adhesiones-jekyll-theme-0.4.0 _includes/share.html
adhesiones-jekyll-theme-0.3.2 _includes/share.html
adhesiones-jekyll-theme-0.3.1 _includes/share.html
adhesiones-jekyll-theme-0.3.0 _includes/share.html
adhesiones-jekyll-theme-0.2.6 _includes/share.html