Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-25 19:59:13 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-25 19:59:13 +0300
commitb5c553950111a7b5634fd46bdae6e5985ed498df (patch)
tree34a324185285776b683a5fdf5c5dd7c48aa24eb0 /web/html/common/head.html
parent252afe47c0394ba9c8b6b7f3f0280695c056f01f (diff)
add hostname to page title
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/common/head.html')
-rw-r--r--web/html/common/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html
index 5e8b1fef..168b1993 100644
--- a/web/html/common/head.html
+++ b/web/html/common/head.html
@@ -13,6 +13,6 @@
display: none;
}
</style>
- <title>{{ i18n .title}}</title>
+ <title>{{ .host }}-{{ i18n .title}}</title>
</head>
{{end}} \ No newline at end of file