Sha256: ef2e018f3e22445b6eb078b4a9ca6c82f0a38332e5b99e11f71359aab8250094

Contents?: true

Size: 553 Bytes

Versions: 13

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

13 entries across 13 versions & 3 rubygems

Version Path
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
compost-jekyll-theme-0.3.5 _includes/activity_pub/button_bar.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.4 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.3 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.2 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.1 _includes/activity_pub/button_bar.html
compost-jekyll-theme-0.3.0 _includes/activity_pub/button_bar.html