mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Giving Chrome a better favicon.
This commit is contained in:
parent
d48e0bcdd0
commit
f2c6e569eb
1 changed files with 2 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue