Updated the broken link to the apple-touch icon in the frontend.

This commit is contained in:
Ryan Kraus 2015-04-14 01:44:39 -04:00
parent 83aea10f06
commit c76644323f

View File

@ -15,8 +15,8 @@
<link rel='shortcut icon' href='/static/favicon.ico' />
<link rel='icon' type='image/png'
href='/static/favicon-192x192.png' sizes='192x192'>
<link rel='apple-touch-icon' sizes='180x180'
href='/apple-icon-180x180.png'>
<link rel='apple-touch-icon' sizes='192x192'
href='/static/favicon-192x192.png'>
<meta name='theme-color' content='#03a9f4'>
</head>
<body fullbleed>