Merge branch 'favicon' into 'develop'

We now have a favicon

See merge request funkwhale/funkwhale!57
This commit is contained in:
Eliot Berriot 2018-02-26 20:29:35 +00:00
commit 63542b411a
3 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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>

BIN
front/static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB