From 510c35f450e13fc833ab2c9a59e4822c0c0f658c Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:49:49 +0000 Subject: [PATCH] chore: meta tag change - `X-UA-Compatible` is only used by Internet Explorer, so it removed - `robots` allows the panel not to be indexed by a search engine --- web/html/common/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/common/head.html b/web/html/common/head.html index 4c6bb4e2..35901769 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -2,8 +2,8 @@ - + - {{ .host }}-{{ i18n .title}} + {{ .host }} – {{ i18n .title}}
{{end}} \ No newline at end of file