aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-05-03 16:53:32 +0000
committerlambda <pleromagit@rogerbraun.net>2018-05-03 16:53:32 +0000
commite341354cc7d3d83982ff5983b3433c35fc044bbf (patch)
treecdfc0e1ce7e0d96eb655f01a1f8516e5815ee0b4
parent68cb614db960082e94c9631608d8461043371ba3 (diff)
parent099a37483e5076714c7a6be5c6b9c7d546de5947 (diff)
Merge branch 'develop' into 'develop'
Add favicon to pleroma-fe See merge request pleroma/pleroma-fe!248
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index b7654cc1..f0872ec9 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pleroma</title>
+ <link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
</head>