mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-19 21:54:58 -04:00
Rename index.pug to frontpage.pug
This commit is contained in:
@@ -42,7 +42,7 @@ preferenceRoutes.get('/import_prefs/:key', (req, res, next) => {
|
||||
`Error getting the preferences import key ${key} from redis.`,
|
||||
error
|
||||
);
|
||||
return res.render('index', {
|
||||
return res.render('frontpage', {
|
||||
json: null,
|
||||
user_preferences: req.cookies,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user