Sha256: 6f00bdd1de1f086aecbcaf12710384e465f4e95de07d6da53881e471d965e99f

Contents?: true

Size: 890 Bytes

Versions: 8

Compression:

Stored size: 890 Bytes

Contents

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

{% unless include.share.url == '%url' %}
  {% assign url = url | default: '' | component_escape %}
{% endunless %}
{% assign title = include.title | default: '' | component_escape %}
{% assign description = include.description | default: '' | component_escape %}
{% assign tags = include.tags | join: ',' | default: '' | component_escape %}

<a
  {% if include.share.url == '%url' %}
    download
  {% else %}
    target="_blank"
  {% endif %}
  rel="noopener nofollow noreferrer"
  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 | replace: '%tags', tags }}">
  <i class="fa fa-fw fa-2x fa-{{ include.share.icon }}"></i>
  <span>{{ include.share.title }}</span>
</a>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/share.html