mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 04:04:52 +09:00
style: remove federation info from the default layout
This commit is contained in:
parent
6eabbeacc1
commit
b64365871f
1 changed files with 0 additions and 16 deletions
|
@ -61,22 +61,6 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
Or
|
||||
<a href=@{AuthR newAccountR}>Sign up.
|
||||
|
||||
$if federationDisabled
|
||||
<p>
|
||||
<span>
|
||||
NOTE: Federation is disabled on this instance!
|
||||
$if null federatedServers
|
||||
<span>
|
||||
You can test federation between other instances.
|
||||
$else
|
||||
<span>
|
||||
You can test federation between the following instances:
|
||||
<ul>
|
||||
$forall h <- federatedServers
|
||||
<li>
|
||||
<a href="https://#{h}">
|
||||
#{h}
|
||||
|
||||
<.instance>
|
||||
Vervis @ #{renderAuthority instanceHost}
|
||||
|
||||
|
|
Loading…
Reference in a new issue