1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-16 19:18:49 +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
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?