From c089d2ea7355ae7e49ad626f303c57ee79e193fd Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 20 May 2022 00:37:03 +0200 Subject: Do not declare not used icons --- layouts/_default/home.manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/_default/home.manifest.webmanifest b/layouts/_default/home.manifest.webmanifest index 5e78f2a..b805c28 100644 --- a/layouts/_default/home.manifest.webmanifest +++ b/layouts/_default/home.manifest.webmanifest @@ -15,7 +15,7 @@ "url": {{ $m.URL | jsonify }} }{{ end}}{{ end}} ], - "icons": [{{ $t := slice 144 192 256 512}}{{ range $t }} + "icons": [{{ $t := slice 192 512}}{{ range $t }} { "src": "/img/yy{{.}}.png", "type": "image/png", -- cgit v1.2.3