1
0
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:
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,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