Browse Source

Restore links

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

8
templates/pages/author.html.twig

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

Loading…
Cancel
Save