Fix references to non-existent icon files.
Jared
committed Nov 03, 2013
commit cb522f993bd26a9edecc5bd776093da6ddec627f
Showing 1
changed file with
6 additions
and 5 deletions
generators/bootstrap3/app/views/pages/index.liquid
+6
-5
| @@ | @@ -15,10 +15,11 @@ published: true |
| <!--[if lt IE 9]> | |
| <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| - | <link rel="shortcut icon" href="/samples/favicon.ico"> |
| - | <link rel="apple-touch-icon" href="/samples/apple-touch-icon.png"> |
| - | <link rel="apple-touch-icon" sizes="72x72" href="/samples/apple-touch-icon-72x72.png"> |
| - | <link rel="apple-touch-icon" sizes="114x114" href="/samples/apple-touch-icon-114x114.png"> |
| + | <link rel="shortcut icon" href="/samples/favicon.png"> |
| + | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png"> |
| + | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png"> |
| + | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png"> |
| + | <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png"> |
| <!-- CSS code from Bootply.com editor --> | |
| <style type="text/css"> | |
| @media screen and (min-width: 992px) { | |
| @@ | @@ -776,4 +777,4 @@ published: true |
| }); | |
| </script> | |
| </body> | |
| - | </html> |
| \ No newline at end of file | |
| + | </html> |