mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Adding support for Apple, Android, and Microsoft app icons
This commit is contained in:
parent
82f048c8fd
commit
137a8dfc58
BIN
core/client/assets/img/large.png
Executable file
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
BIN
core/client/assets/img/medium.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
core/client/assets/img/small.png
Normal file
BIN
core/client/assets/img/small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
core/client/assets/img/touch-icon-ipad.png
Normal file
BIN
core/client/assets/img/touch-icon-ipad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
core/client/assets/img/touch-icon-iphone.png
Normal file
BIN
core/client/assets/img/touch-icon-iphone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user