Sha256: 05f7bef0ffa8a2de7453abfa7ccb6a4c87240fe707b141c45d8b437530245253

Contents?: true

Size: 839 Bytes

Versions: 24

Compression:

Stored size: 839 Bytes

Contents

{% comment %}
  @param actor [ActivityDrop] Actor
  @param without_link [Boolean] Don't link
{% endcomment %}

{% if include.actor.available %}
  {% assign id = include.actor.id | strip_html %}
  {% assign instance_hostname = id | split: '/' %}
  {% assign instance_hostname = instance_hostname[2] %}

  {% capture mention %}
    @<span>{{- include.actor.preferredUsername | strip_html -}}@{{- instance_hostname -}}</span>
  {% endcapture %}

  {% capture mention %}
    <span class="h-card" translate="no">
      {% if include.without_link %}
        <span class="mention">{{- mention -}}</span>
      {% else %}
        {% include_cached external_link.html class="u-url mention" href=id text=mention %}
      {% endif %}
    </span>
  {% endcapture %}

  {{ mention | normalize_whitespace }}
{% else %}
  {{ include.actor }}
{% endif %}

Version data entries

24 entries across 24 versions & 4 rubygems

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