Remove title from index.html, title is now from server generated meta

This commit is contained in:
Sean King 2020-11-11 11:57:42 -07:00
parent 563377b59c
commit 476154d0ee
1 changed files with 0 additions and 1 deletions

View File

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