We now have a favicon
This commit is contained in:
parent
d61f8e522f
commit
61c7e2d1e2
|
@ -8,6 +8,7 @@ Changelog
|
||||||
- More accurate mimetype detection
|
- More accurate mimetype detection
|
||||||
- Fixed really small size on small screens
|
- Fixed really small size on small screens
|
||||||
- Added masonry layout for artists, requests and radios (#68)
|
- Added masonry layout for artists, requests and radios (#68)
|
||||||
|
- We now have a favicon!
|
||||||
|
|
||||||
|
|
||||||
0.5.1 (2018-02-24)
|
0.5.1 (2018-02-24)
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Funkwhale</title>
|
<title>Funkwhale</title>
|
||||||
|
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Loading…
Reference in New Issue