mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Rename internal_config to instance_config for homepage.pug
This commit is contained in:
@@ -13,7 +13,7 @@ homeRoute.get('/', (req, res, next) => {
|
||||
) {
|
||||
return res.render('homepage', {
|
||||
user_preferences: req.cookies,
|
||||
internal_config: config,
|
||||
instance_config: config,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user