aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-11-11 20:51:12 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-11-11 20:51:12 +0000
commit3e1c828ba9e3a20bbb613ffa3982516c35c3321d (patch)
treef346e9c102969631fc860321c2533304bfe6d9e4
parent563377b59c37008147a0512dc52a4c4859ea828d (diff)
parent476154d0ee696f49d262408a4a5aecb1dd792992 (diff)
Merge branch 'fix/html-title-name' into 'develop'
Remove title from index.html, title is now from server generated meta See merge request pleroma/pleroma-fe!1285
-rw-r--r--index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1ff944d9..ba072eda 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
- <title>Pleroma</title>
<!--server-generated-meta-->
<link rel="icon" type="image/png" href="/favicon.png">
</head>