mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-16 01:11:37 +00:00
Add onion location
This commit is contained in:
parent
64ab9cfcee
commit
a13daa7ced
7 changed files with 22 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//- Needs rssEnabled, allUnblocked, torAvailable, hasPrivacyPolicy
|
||||
//- Needs rssEnabled, allUnblocked, torAvailable, hasPrivacyPolicy, onionLocation
|
||||
|
||||
doctype html
|
||||
html
|
||||
|
|
@ -36,6 +36,8 @@ html
|
|||
|
||||
h2 About this instance
|
||||
ul
|
||||
if onionLocation
|
||||
li: a(href=onionLocation) Onion site available
|
||||
li: a(href=settingsReferrer) Settings
|
||||
if hasPrivacyPolicy
|
||||
li: a(href="/privacy") Privacy policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue