forked from AkkomaGang/akkoma
enable instance panel by default, added some content
This commit is contained in:
parent
a61e8ac154
commit
b0671be283
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
<div style="margin-left:12px; margin-right:12px">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
"logo": "/static/logo.png",
|
"logo": "/static/logo.png",
|
||||||
"defaultPath": "/main/all",
|
"defaultPath": "/main/all",
|
||||||
"chatDisabled": false,
|
"chatDisabled": false,
|
||||||
"showInstanceSpecificPanel": false
|
"showInstanceSpecificPanel": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue