Sha256: ef2e018f3e22445b6eb078b4a9ca6c82f0a38332e5b99e11f71359aab8250094

Contents?: true

Size: 553 Bytes

Versions: 27

Compression:

Stored size: 553 Bytes

Contents

{%- comment -%}
  Botonera para botones de íconos.

  @param :uri [String] La URL sobre la que se interactua
  @param :profile [ActivityDrop] Actor
{%- endcomment -%}

{% assign uri = include.uri | default: include.url | default: 'YOU FORGOT THIS PARAM' | strip_html %}
{% assign actions = site.data.actions.actions %}

<div class="d-flex">
  {% for action in actions %}
    {% assign fa = action.icon %}
    {% include activity_pub/login_modal.html action=action fa=fa uri=uri profile=include.profile description=action.title %}
  {% endfor %}
</div>

Version data entries

27 entries across 27 versions & 4 rubygems

Version Path
sutty-jekyll-theme-0.5.5 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.5.4 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.5.3 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.5.2 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.5.1 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.5.0 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc8 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/activity_pub/button_bar.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.3.9 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.3.8 _includes/activity_pub/button_bar.html
sutty-jekyll-theme-0.3.7 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.8 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.7 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.6 _includes/activity_pub/button_bar.html