Sha256: 13656c4ea64da5bfd36522eead68b4c359b732ad800a262f5bd26614b76d27bf

Contents?: true

Size: 642 Bytes

Versions: 10

Compression:

Stored size: 642 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 class="h2" text=text %}
  </div>
{% endif %}

Version data entries

10 entries across 10 versions & 2 rubygems

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