diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-21 17:49:49 +0300 |
|---|---|---|
| committer | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-21 17:49:49 +0300 |
| commit | 510c35f450e13fc833ab2c9a59e4822c0c0f658c (patch) | |
| tree | 07d3b06614b850ba8ddef3ea4ccf3ce522509607 /web | |
| parent | 00addb0dd9f6451124466fb7ab6cae9ab9a8a643 (diff) | |
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
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/common/head.html | 4 |
1 files 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 @@ <head> <meta charset="UTF-8"> <meta name="renderer" content="webkit"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="robots" content="noindex,nofollow"> <link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue/antd.min.css"> <link rel="stylesheet" href="{{ .base_path }}assets/css/custom.min.css?{{ .cur_ver }}"> <style> @@ -25,7 +25,7 @@ 'Segoe UI Emoji', 'Segoe UI Symbol'; } </style> - <title>{{ .host }}-{{ i18n .title}}</title> + <title>{{ .host }} – {{ i18n .title}}</title> </head> <div id="message"></div> {{end}}
\ No newline at end of file |
