Sha256: abd8269c7e71c1c6a7881a0a6d8669e556a8cfa0938d091d8e24f42aa52633a7

Contents?: true

Size: 369 Bytes

Versions: 13

Compression:

Stored size: 369 Bytes

Contents

{%- comment -%}
  Reacciones

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

{% for reaction in include.reactions %}
  {% assign minus = forloop.index0 | minus: 1 %}
  {% assign previous = include.reactions[minus] %}

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

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
sutty-jekyll-theme-0.3.9 _includes/activity_pub/reactions.html
sutty-jekyll-theme-0.3.8 _includes/activity_pub/reactions.html
sutty-jekyll-theme-0.3.7 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.8 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.7 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.6 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.5 _includes/activity_pub/reactions.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.4 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.3 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.2 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.1 _includes/activity_pub/reactions.html
compost-jekyll-theme-0.3.0 _includes/activity_pub/reactions.html