|
|
|
@ -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 %}#} |
|
|
|
|