diff options
Diffstat (limited to 'themes/luci-theme-material/ucode')
-rw-r--r-- | themes/luci-theme-material/ucode/template/themes/material/header.ut | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/luci-theme-material/ucode/template/themes/material/header.ut b/themes/luci-theme-material/ucode/template/themes/material/header.ut index ed6a637978..4a7e4cb8f1 100644 --- a/themes/luci-theme-material/ucode/template/themes/material/header.ut +++ b/themes/luci-theme-material/ucode/template/themes/material/header.ut @@ -40,7 +40,8 @@ <meta name="application-name" content="{{ hostname }} - LuCI"> <meta name="apple-mobile-web-app-title" content="{{ hostname }} - LuCI"> <link rel="stylesheet" href="{{ media }}/cascade.css"> -<link rel="shortcut icon" href="{{ media }}/favicon.ico"> +<link rel="icon" href="{{ media }}/logo_48.png" sizes="48x48"> +<link rel="icon" href="{{ media }}/logo.svg" sizes="any"> {% if (node?.css): %} <link rel="stylesheet" href="{{ resource }}/{{ node.css }}"> {% endif %} |