Parcourir la source

Merge pull request #11225 from flopp999/patch-1

Added icon for iOS web app
Carl Bergquist il y a 7 ans
Parent
commit
9cae6f05b4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      public/views/index.template.html

+ 2 - 1
public/views/index.template.html

@@ -15,7 +15,8 @@
 
 
   <link rel="icon" type="image/png" href="public/img/fav32.png">
   <link rel="icon" type="image/png" href="public/img/fav32.png">
   <link rel="mask-icon" href="public/img/grafana_mask_icon.svg" color="#F05A28">
   <link rel="mask-icon" href="public/img/grafana_mask_icon.svg" color="#F05A28">
-
+  <link rel="apple-touch-icon" href="public/img/fav32.png">
+  
 </head>
 </head>
 
 
 <body ng-cloak class="theme-[[ .Theme ]]">
 <body ng-cloak class="theme-[[ .Theme ]]">