diff options
| author | Mark Otto <[email protected]> | 2013-09-10 21:46:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-10 21:46:12 -0700 |
| commit | 022e40404c283bc6f211cf3e5d55ef7a7d204cdb (patch) | |
| tree | 51eb2ade2d078c97726583e26ef93ea228d1bd4e /_includes/header.html | |
| parent | c8c3bf00b6f7e8f765ae9c51eb0d8b4498c34d02 (diff) | |
| download | bootstrap-022e40404c283bc6f211cf3e5d55ef7a7d204cdb.tar.xz bootstrap-022e40404c283bc6f211cf3e5d55ef7a7d204cdb.zip | |
Remove multiple touch icons and roll with a single one
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html index 433af17f8..982c9e02e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -26,9 +26,6 @@ <!-- Favicons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}assets/ico/apple-touch-icon-144-precomposed.png"> -<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ page.base_url }}assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ page.base_url }}assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="{{ page.base_url }}assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="{{ page.base_url }}assets/ico/favicon.png"> <script> |
