Giving Chrome a better favicon.

This commit is contained in:
Samuel Clay 2012-10-05 07:40:11 -07:00
parent d48e0bcdd0
commit f2c6e569eb

View file

@ -4,6 +4,8 @@
<head>
<title>{% block title %}NewsBlur{% endblock %}</title>
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="{{ MEDIA_URL }}img/favicon_32.png" sizes="32x32"/>
<link rel="icon" href="{{ MEDIA_URL }}img/favicon_64.png" sizes="64x64"/>
<link rel="apple-touch-icon" href="/media/img/mobile/apple-touch-icon-precomposed.png" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="msapplication-TileImage" content="{{ MEDIA_URL }}img/logo_144.png" />