diff options
Diffstat (limited to 'web/html/common/head.html')
| -rw-r--r-- | web/html/common/head.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html index 168b1993..8a89954d 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -7,7 +7,8 @@ <link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.2/antd.min.css"> <link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css"> <link rel="stylesheet" href="{{ .base_path }}assets/css/custom.css?{{ .cur_ver }}"> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + <link rel=”icon” type=”image/x-icon” href="{{ .base_path }}assets/favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="{{ .base_path }}assets/favicon.ico"> <style> [v-cloak] { display: none; |
