diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-12-12 16:22:25 +0200 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-12-12 20:24:12 +0200 |
commit | 5f3a24ef8144f94b007fd52461fc1444f2634a6c (patch) | |
tree | 3fab64092a6c43e71355019f11e1f64a9d7a0857 /themes/luci-theme-openwrt-2020/ucode/template | |
parent | b5a3354e828a19d7d836a3470d43cc57257e1f87 (diff) |
luci-theme-openwrt-2020: Remove apple-touch-icon
The apple-touch-icon was used by old Safari on iOS.
Today just <link rel="icon" href="logo.png"> is enough.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/ucode/template')
-rw-r--r-- | themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut b/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut index 38fabea556..3857bce723 100644 --- a/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut +++ b/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut @@ -21,7 +21,6 @@ <link rel="stylesheet" type="text/css" media="screen" href="{{ media }}/cascade.css" /> <link rel="icon" href="{{ media }}/logo.png" sizes="180x180"> <link rel="icon" href="{{ media }}/logo.svg" sizes="any"> -<link rel="apple-touch-icon" href="{{ media }}/logo.png" /> <script type="text/javascript" src="{{ dispatcher.build_url('admin/translations', dispatcher.lang) }}"></script> <script type="text/javascript" src="{{ resource }}/cbi.js"></script> <title>{{ striptags(`${boardinfo.hostname ?? '?'}${node ? ` - ${node.title}` : ''}`) }} - LuCI</title> |