mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-16 11:08: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:
@@ -1,4 +1,4 @@
|
||||
//- Needs title, message, statusCode ?explanation
|
||||
//- Needs title, message, statusCode, ?explanation, withInstancesLink
|
||||
|
||||
include includes/error.pug
|
||||
|
||||
@@ -12,6 +12,6 @@ html
|
||||
title= `${title} | Bibliogram`
|
||||
link(rel="stylesheet" type="text/css" href="/static/css/main.css")
|
||||
body.error-page
|
||||
+error(statusCode, message)
|
||||
+error(statusCode, message, withInstancesLink)
|
||||
if explanation
|
||||
=explanation
|
||||
|
||||
Reference in New Issue
Block a user