logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: e341354cc7d3d83982ff5983b3433c35fc044bbf
parent: 68cb614db960082e94c9631608d8461043371ba3
Author: lambda <pleromagit@rogerbraun.net>
Date:   Thu,  3 May 2018 16:53:32 +0000

Merge branch 'develop' into 'develop'

Add favicon to pleroma-fe

See merge request pleroma/pleroma-fe!248

Diffstat:

Mindex.html1+
1 file changed, 1 insertion(+), 0 deletions(-)

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