mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 02:41:34 +00:00
Add Tor status to home and stats
This commit is contained in:
parent
6e136dc77a
commit
1fcdfce868
5 changed files with 23 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//- Needs rssEnabled, allUnblocked
|
||||
//- Needs rssEnabled, allUnblocked, torAvailable
|
||||
|
||||
doctype html
|
||||
html
|
||||
|
|
@ -37,6 +37,7 @@ html
|
|||
ul
|
||||
li Instance is #{allUnblocked ? "not blocked" : "blocked"}
|
||||
li RSS feeds are #{rssEnabled ? "enabled" : "disabled"}
|
||||
li Tor is #{torAvailable ? "enabled" : "not available"}
|
||||
h2 External links
|
||||
ul.link-list
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue