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