diff --git a/Makefile b/Makefile index e02da3e89..882c8c5ba 100644 --- a/Makefile +++ b/Makefile @@ -545,6 +545,8 @@ generate-images: convert $(TMPDIR)/images/16.png $(TMPDIR)/images/32.png \ $(TMPDIR)/images/64.png $(TMPDIR)/images/128.png \ $(PWD)/public/img/favicon.ico + convert $(PWD)/public/img/favicon.png -fill white -opaque none $(PWD)/public/img/apple-touch-icon.png + rm -rf $(TMPDIR)/images $(foreach file, $(shell find public/img -type f -name '*.png'),zopflipng -m -y $(file) $(file);) diff --git a/public/img/apple-touch-icon.png b/public/img/apple-touch-icon.png new file mode 100644 index 000000000..6cf87e0f3 Binary files /dev/null and b/public/img/apple-touch-icon.png differ diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 496e2e67a..440dd3e5e 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -95,7 +95,7 @@ }; - +