From 8a04fe5aa6b82e92656b1ee852723b4642eac7e1 Mon Sep 17 00:00:00 2001 From: Djeex Date: Thu, 21 Aug 2025 23:25:15 +0200 Subject: [PATCH] Better title --- src/webui/gallery-editor/index.html | 2 +- src/webui/index.html | 2 +- src/webui/site-info/index.html | 2 +- src/webui/theme-editor/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 %}