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