diff --git a/pages/_includes/layout/header.html b/pages/_includes/layout/header.html
index 7551aa710..dfb5c25ed 100644
--- a/pages/_includes/layout/header.html
+++ b/pages/_includes/layout/header.html
@@ -1,3 +1,3 @@
{% endif %}
- {% if include.title %}{{ include.title }}{% endif %}
+ {% if include.logo %}
{% endif %}
+ {% if include.title %}{{ include.title }}{% endif %}
{% if include.plus-left %}
@@ -130,11 +130,11 @@
{% if include.user-menu == 1 %}
-
- Hello, Welcome
- {{ person.full_name }}
-
- {% include ui/avatar.html src=person.photo %}
+ {% include ui/avatar.html src=person.photo %}
+
+ {{ person.full_name }}
+ Administrator
+
{% elsif include.user-menu == 2 %}
{{ person.full_name }}
@@ -146,39 +146,27 @@
{% include ui/avatar.html src=person.photo class="mr-2 btn-avatar" %}{{ person.full_name }}
{% endif %}
-