Sha256: 74f7fa2ae051c56d2c2370a7ec8bb0f6cb464d30ebf9d813295ef419d271cd9c

Contents?: true

Size: 1.11 KB

Versions: 8

Compression:

Stored size: 1.11 KB

Contents

{%- assign title = include.title | unescape -%}
{%- assign text = include.description | strip_html | unescape -%}
{%- assign url = site.url | append: "/" | append: include.url -%}
{%- assign id = include.id | default: 'share' -%}

{% capture label %}
  {{ site.i18n.share.text }}
  <i class="fa fa-{{ site.i18n.share.icon }}"></i>
{% endcapture %}

{% include_cached toggler_label.html id=id content=label %}

{%- capture extra -%}
  data-controller="share"
  data-action="share#share"
  data-share-title-value="{{ title | escape }}"
  data-share-text-value="{{ text | escape }}"
  data-share-url-value="{{ url | escape }}"
{%- endcapture -%}

{%- include_cached toggler.html id=id extra=extra -%}

<div class="share-box toggled d-flex align-items-center justify-content-center">
  <div class="box background-white color-redpink row no-gutters align-items-center justify-content-center p-3">
    {% for share in site.i18n.share.items %}
      <div class="col-4">
        {% include_cached share.html share=share url=include.url title=include.title description=text tags=include.tags %}
      </div>
    {% endfor %}
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

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