Sha256: 37797714a4b35f85b287327a9550d6632724ea033158b41a5af083b38b1cdffd

Contents?: true

Size: 699 Bytes

Versions: 28

Compression:

Stored size: 699 Bytes

Contents

{%- comment -%}
  Nested cards

  @param :profile [ActivityDrop] Actor
  @param :activity [ActivityDrop] Note
  @param :replies [ActivityDrop] Collection
{%- endcomment -%}

{%
  include activity_pub/toot_card.html
  profile=include.profile
  activity=include.activity
  component_class="my-3"
%}

{% if include.replies.available %}
  {% assign replies = include.replies.all_items | sort: 'published' %}
  {% for reply in replies %}
    <blockquote class="border-left border-gray-light border-width-3 pl-3">
      {%
        include activity_pub/cards.html
        profile=reply.attributedTo
        activity=reply
        replies=reply.replies
      %}
    </blockquote>
  {% endfor %}
{% endif %}

Version data entries

28 entries across 28 versions & 4 rubygems

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