diff --git a/acrate-webfinger/src/webfinger.html.j2 b/acrate-webfinger/src/webfinger.html.j2 index 3fcc79c..3c4f191 100644 --- a/acrate-webfinger/src/webfinger.html.j2 +++ b/acrate-webfinger/src/webfinger.html.j2 @@ -128,7 +128,16 @@ {% for link in links %}

- {{ link[0] }}{% if link[1] is not none %} ({{ link[1] }}){% endif %} + {% if link[0] != "self" %} + {{ link[0] }} + {% else %} + {{ link[0] }} + {% endif %} + {% if link[1] is not none %} + + ({{ link[1] }}) + + {% endif %}