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 @@
{% 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>
{% if author.about is defined %} <div>
<p class="lede"> {% if author.about is defined %}
{{ author.about|markdown_to_html|linkify|mentionify }} {{ author.about|markdown_to_html|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