1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-02 10:41:36 +00:00

Instance owners can disable RSS

RSS is still enabled by default, but will be disabled on bibliogram.art.
This commit is contained in:
Cadence Fish 2020-02-01 16:15:12 +13:00
parent 94ed25adad
commit 341aade87c
No known key found for this signature in database
GPG key ID: 81015DF9AA8607E1
8 changed files with 80 additions and 35 deletions

View file

@ -1,7 +1,10 @@
mixin error(statusCode, message)
mixin error(statusCode, message, withInstancesLink)
h1.code= statusCode
p.message= message
if block
if block || withInstancesLink
p.explanation
block
if block
block
if withInstancesLink
a(href="https://github.com/cloudrac3r/bibliogram/wiki/Instances") You could try browsing Bibliogram on another instance.
a(href="javascript:history.back()").back ← Go back?