mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-16 11:08:49 +00:00
Make additional themes more easily configurable
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = [
|
||||
const settings = getSettings(req)
|
||||
// console.log(settings)
|
||||
const saved = url.searchParams.has("saved")
|
||||
return render(200, "pug/settings.pug", {saved, settings})
|
||||
return render(200, "pug/settings.pug", {saved, constants, settings})
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user