logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 3e1c828ba9e3a20bbb613ffa3982516c35c3321d
parent 563377b59c37008147a0512dc52a4c4859ea828d
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Wed, 11 Nov 2020 20:51:12 +0000

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

Diffstat:

Mindex.html1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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>