enable instance panel by default, added some content

This commit is contained in:
Kawen 2018-04-20 19:04:57 +02:00
parent a61e8ac154
commit b0671be283
2 changed files with 3 additions and 2 deletions

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

View File

@ -4,5 +4,5 @@
"logo": "/static/logo.png",
"defaultPath": "/main/all",
"chatDisabled": false,
"showInstanceSpecificPanel": false
"showInstanceSpecificPanel": true
}