mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 02:41:34 +00:00
Show instance state on homepage
This commit is contained in:
parent
3108c68fd5
commit
4426c2f206
5 changed files with 24 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//- Needs rssEnabled, allUnblocked
|
||||
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
|
|
@ -31,6 +33,11 @@ html
|
|||
p.
|
||||
Bibliogram does #[em not] allow you to anonymously post, like, comment, follow, or view private profiles.
|
||||
It does not preserve deleted posts.
|
||||
h2 About this instance
|
||||
ul
|
||||
li Instance is #{allUnblocked ? "not blocked" : "blocked"}
|
||||
li RSS feeds are #{rssEnabled ? "enabled" : "disabled"}
|
||||
h2 External links
|
||||
ul.link-list
|
||||
-
|
||||
const links = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue