Sha256: da230b2e7e350bff921047b1104617cf051bb2d06ce6ad9ce5e777f3141dd461

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

{% comment %}
  Render actor's name if it's available, otherwise just return the link.

  @param actor [ActivityDrop] Actor
{% endcomment %}

{% if include.actor.available %}
  <span class="break-wrap">{{ include.actor.name | strip_html }}</span>
{% else %}
  <span class="break-wrap">{{ include.actor }}</span>
{% endif %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/activity_pub/actor.html
compost-jekyll-theme-0.3.7 _includes/activity_pub/actor.html
compost-jekyll-theme-0.3.6 _includes/activity_pub/actor.html
compost-jekyll-theme-0.3.5 _includes/activity_pub/actor.html