enable instance panel by default, added some content
authorKawen <konoukaren@gmail.com>
Fri, 20 Apr 2018 17:04:57 +0000 (19:04 +0200)
committerKawen <konoukaren@gmail.com>
Fri, 20 Apr 2018 17:04:57 +0000 (19:04 +0200)
priv/static/instance/panel.html
priv/static/static/config.json

index ae9647837bc4e56f51c15f8c280b03feef770e69..ceef8c7f0a0287ef9e53c75b83361fc47c86b4ba 100644 (file)
@@ -1,4 +1,5 @@
 <div style="margin-left:12px; margin-right:12px">
-<p>This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance.</p>
+<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p>    
+<p><a href="main/all">Pleroma FE</a> | <a href="web">Mastodon FE</a></p>
 </div>
 
index 9863ec024c63d91dda839b6541caf86671301a6a..797f033773c9f82cd505f2fc9babd5b626064748 100644 (file)
@@ -4,5 +4,5 @@
   "logo": "/static/logo.png",
   "defaultPath": "/main/all",
   "chatDisabled": false,
-  "showInstanceSpecificPanel": false
+  "showInstanceSpecificPanel": true
 }