From: Kawen Date: Fri, 20 Apr 2018 17:04:57 +0000 (+0200) Subject: enable instance panel by default, added some content X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b0671be28311cf16a5b1f7e447eef8f7bb6a3dd5;p=akkoma enable instance panel by default, added some content --- diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html index ae9647837..ceef8c7f0 100644 --- a/priv/static/instance/panel.html +++ b/priv/static/instance/panel.html @@ -1,4 +1,5 @@
-

This is a Pleroma instance.

+

Welcome to Pleroma!

+

Pleroma FE | Mastodon FE

diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 9863ec024..797f03377 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -4,5 +4,5 @@ "logo": "/static/logo.png", "defaultPath": "/main/all", "chatDisabled": false, - "showInstanceSpecificPanel": false + "showInstanceSpecificPanel": true }