소스 검색

Evolution #130: Prise en compte apple pour favoris

bastien 13 년 전
부모
커밋
01e04e4527
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Muzich/CoreBundle/Resources/views/layout.html.twig
  2. BIN
      web/apple-touch-icon.png

+ 2 - 0
src/Muzich/CoreBundle/Resources/views/layout.html.twig 파일 보기

@@ -10,6 +10,8 @@
10 10
 	<meta name="description" content="" />
11 11
 	<meta name="keywords" content="" />
12 12
 	<meta name="author" content="" />
13
+  <link href="apple-touch-icon.png" rel="apple-touch-icon">
14
+  
13 15
 	
14 16
 	<link href="{{ asset('favicon.ico') }}" rel="icon" type="image/x-icon" />
15 17
 	<link href="{{ asset('bundles/muzichcore/css/base.css') }}" rel="stylesheet" media="screen" type="text/css" />

BIN
web/apple-touch-icon.png 파일 보기