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:
parent
94ed25adad
commit
341aade87c
8 changed files with 80 additions and 35 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue