Sha256: 1072aea2b0b6d1fcff1381b4ab9df3aa484efb831dfb538f8ef370f9232a8024

Contents?: true

Size: 887 Bytes

Versions: 7

Compression:

Stored size: 887 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 %}
{% assign hashtag = include.categories | first | capitalize | remove: ' ' %}

<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"
  href="{{
    include.share.url
    | replace: '%url', url
    | replace: '%title', title
    | replace: '%description', description
    | replace: '%hashtag', hashtag
    }}">
  <i class="fa fa-fw fa-{{ include.share.icon }}"></i>
  <span class="sr-only">{{ include.share.title }}</span>
</a>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
radios-comunitarias-jekyll-theme-0.3.0rc0 _includes/share.html
radios-comunitarias-jekyll-theme-0.2.0 _includes/share.html
radios-comunitarias-jekyll-theme-0.1.6 _includes/share.html
radios-comunitarias-jekyll-theme-0.1.5 _includes/share.html
radios-comunitarias-jekyll-theme-0.1.4 _includes/share.html
radios-comunitarias-jekyll-theme-0.1.3 _includes/share.html
radios-comunitarias-jekyll-theme-0.1.1 _includes/share.html