Sha256: 6bfa14fe5ada362278b9a4950939635c549cb8e771703ced90f62cf27d917e64

Contents?: true

Size: 462 Bytes

Versions: 8

Compression:

Stored size: 462 Bytes

Contents

{%- comment -%}
  Reacciones

  @param :reactions [Array] Reacciones
  @param :actor [String] Usuarie
{%- endcomment -%}

{% for reaction in include.reactions %}
  {% if forloop.index0 > 0 %}
    {% assign minus = forloop.index0 | minus: 1 %}
    {% assign previous = include.reactions[minus] %}
  {% else %}
    {% assign previous = nil %}
  {% endif %}

  {%
    include activity_pub/reaction.html
    activity=reaction
    previous=previous
  %}
{% endfor %}

Version data entries

8 entries across 8 versions & 1 rubygems

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