Adding support for Apple, Android, and Microsoft app icons

This commit is contained in:
John O'Nolan 2013-09-28 15:54:12 +02:00
parent 82f048c8fd
commit 137a8dfc58
6 changed files with 10 additions and 0 deletions

BIN
core/client/assets/img/large.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
core/client/assets/img/medium.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -15,6 +15,16 @@
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/ghost/img/touch-icon-iphone.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/ghost/img/touch-icon-ipad.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/ghost/img/small.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/ghost/img/medium.png" />
<meta name="application-name" content="Ghost"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="msapplication-square70x70logo" content="/ghost/img/small.png"/>
<meta name="msapplication-square150x150logo" content="/ghost/img/medium.png"/>
<meta name="msapplication-square310x310logo" content="/ghost/img/large.png"/>
<link rel="stylesheet" type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'> <link rel="stylesheet" type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'>
<link rel="stylesheet" href="/ghost/css/screen.css"> <link rel="stylesheet" href="/ghost/css/screen.css">