diff --git a/src/webui/gallery-editor/index.html b/src/webui/gallery-editor/index.html
index e081b62..5234afb 100644
--- a/src/webui/gallery-editor/index.html
+++ b/src/webui/gallery-editor/index.html
@@ -1,7 +1,7 @@
{% extends "template/base.html" %}
-{% block title %}Gallery Editor{% endblock %}
+{% block title %}Lumeex - Gallery Editor{% endblock %}
{% block content %}
diff --git a/src/webui/index.html b/src/webui/index.html
index c30a00b..4796110 100644
--- a/src/webui/index.html
+++ b/src/webui/index.html
@@ -1,6 +1,6 @@
{% extends "template/base.html" %}
-{% block title %}Gallery Editor{% endblock %}
+{% block title %}Lumeex{% endblock %}
{% block content %}
diff --git a/src/webui/site-info/index.html b/src/webui/site-info/index.html
index b86a0f9..12af937 100644
--- a/src/webui/site-info/index.html
+++ b/src/webui/site-info/index.html
@@ -1,6 +1,6 @@
{% extends "template/base.html" %}
-{% block title %}Site Info{% endblock %}
+{% block title %}Lumeex - Site Info{% endblock %}
{% block content %}
diff --git a/src/webui/theme-editor/index.html b/src/webui/theme-editor/index.html
index dab6f3e..45831c3 100644
--- a/src/webui/theme-editor/index.html
+++ b/src/webui/theme-editor/index.html
@@ -1,6 +1,6 @@
{% extends "template/base.html" %}
-{% block title %}Theme Editor{% endblock %}
+{% block title %}Lumeex - Theme Editor{% endblock %}
{% block content %}