Sha256: 3b4cde4f268174590ec27acfd135b9329be71290ad3cf70058c45bf89e038b34

Contents?: true

Size: 855 Bytes

Versions: 29

Compression:

Stored size: 855 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 tags = include.tags | join: ',' | 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 | replace: '%tags', tags }}">
  <i class="fa fa-fw fa-2x fa-{{ include.share.icon }}"></i>
  <span>{{ include.share.title }}</span>
</a>

Version data entries

29 entries across 29 versions & 5 rubygems

Version Path
empresa-recuperada-jekyll-theme-0.2.6 _includes/share.html
empresa-recuperada-jekyll-theme-0.2.5 _includes/share.html
empresa-recuperada-jekyll-theme-0.2.4 _includes/share.html
empresa-recuperada-jekyll-theme-0.2.3 _includes/share.html
empresa-recuperada-jekyll-theme-0.2.2 _includes/share.html
empresa-recuperada-jekyll-theme-0.2.1 _includes/share.html
empresa-recuperada-jekyll-theme-0.2.0 _includes/share.html
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/share.html
observatorio-jekyll-theme-0.1.7 _includes/share.html
recursero-jekyll-theme-0.3.0 _includes/share.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/share.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/share.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/share.html
editorial-autogestiva-jekyll-theme-0.3.5 _includes/share.html
adhesiones-jekyll-theme-0.2.5 _includes/share.html
adhesiones-jekyll-theme-0.2.4 _includes/share.html
adhesiones-jekyll-theme-0.2.3 _includes/share.html
adhesiones-jekyll-theme-0.2.2 _includes/share.html
observatorio-jekyll-theme-0.1.6 _includes/share.html
observatorio-jekyll-theme-0.1.5 _includes/share.html