diff --git a/CHANGELOG b/CHANGELOG index 2a898eb066d822e82757bca1a31949d8688d1337..42b149c37eb4f60685c50038ea9faab23992efb2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/front/index.html b/front/index.html index d3cf01069245fbb44833cd1106f7420aa1430537..da815d61914ac3753686b60147c5f673ba846a78 100644 --- a/front/index.html +++ b/front/index.html @@ -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> diff --git a/front/static/favicon.png b/front/static/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..089442fab7cb4e68cec9de87d421b64495e3263a Binary files /dev/null and b/front/static/favicon.png differ