Sha256: e785ed0dfc5e9ef2162ecf554b37b485d0db70dc1635d065f89593eb6ee80384

Contents?: true

Size: 631 Bytes

Versions: 3

Compression:

Stored size: 631 Bytes

Contents

{%- comment -%}
  Texto + enlace al post/artículo al cual se responde

  @param :activity [ActivityDrop] Activity
{%- endcomment -%}

{% if include.activity.available %}
  {%- capture uri -%}
    {%- include_cached activity_pub/url.html activity=include.activity -%}
  {%- endcapture -%}

  {% capture text %}
    {{- include.activity.name | default: include.activity.summary | strip_html | default: site.i18n.reply.link_text -}}
  {% endcapture %}

  <div class="py-5 pr-5">
    <span class="h2">
      {{- site.i18n.reply.text -}}
    </span>

    {% include_cached external_link.html href=uri text=text %}
  </div>
{% endif %}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sutty-jekyll-theme-0.3.9 _includes/activity_pub/replying_to.html
sutty-jekyll-theme-0.3.8 _includes/activity_pub/replying_to.html
sutty-jekyll-theme-0.3.7 _includes/activity_pub/replying_to.html