Display the instance admin on the welcome page

This commit is contained in:
2018-07-25 21:07:47 +02:00
parent 029d29ffb1
commit b9c037f914
3 changed files with 8 additions and 3 deletions

View File

@@ -25,6 +25,6 @@
<img src="{{ url_for('static', filename='avatars/' + profile.builtin_avatar + '.svg') }}" alt="" class="ui circular avatar image">
{% endif %}
<div class="display name">{{ profile.display_name }}</div>
<div class="handle">{{ profile }}</div>
<div class="handle">{{ profile or '' }}</div>
</a>
{% endmacro %}