Added touch icon
authorThierry Florac <thierry.florac@onf.fr>
Tue, 23 Oct 2018 17:45:53 +0200
changeset 99 197768d369c5
parent 98 5a2e5ca9b9bb
child 100 3e62141c340f
Added touch icon
src/pyams_zmi/interfaces/templates/admin-layout.pt
--- a/src/pyams_zmi/interfaces/templates/admin-layout.pt	Tue Oct 23 12:11:46 2018 +0200
+++ b/src/pyams_zmi/interfaces/templates/admin-layout.pt	Tue Oct 23 17:45:53 2018 +0200
@@ -21,6 +21,8 @@
 				  rel="apple-touch-icon" sizes="114x114" href="${url}/++thumb++114x114?_=${timestamp}" type="${icon.content_type}" />
 			<link tal:condition="size > 32"
 				  rel="apple-touch-icon" sizes="72x72" href="${url}/++thumb++72x72?_=${timestamp}" type="${icon.content_type}" />
+			<link tal:condition="size > 16"
+				  rel="apple-touch-icon" sizes="32x32" href="${url}/++thumb++32x32?_=${timestamp}" type="${icon.content_type}" />
 			<link rel="apple-touch-icon" sizes="16x16" href="${url}/++thumb++16x16?_=${timestamp}" type="${icon.content_type}" />
 			<link tal:condition="size > 64"
 				  rel="icon" sizes="128x128" href="${url}/++thumb++128x128?_=${timestamp}" type="${icon.content_type}" />