Browse Source

Restore links

imwald
Nuša Pukšič 7 months ago
parent
commit
73e5e51b3d
  1. 12
      templates/pages/author.html.twig

12
templates/pages/author.html.twig

@ -7,11 +7,13 @@ @@ -7,11 +7,13 @@
{% endif %}
<h1><twig:Atoms:NameOrNpub :author="author" :npub="npub"></twig:Atoms:NameOrNpub></h1>
{% if author.about is defined %}
<p class="lede">
{{ author.about|markdown_to_html|linkify|mentionify }}
</p>
{% endif %}
<div>
{% if author.about is defined %}
{{ author.about|markdown_to_html|mentionify }}
{% endif %}
</div>
<hr />
{# {% if relays|length > 0 %}#}
{# {% for rel in relays %}#}

Loading…
Cancel
Save