mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:37:48 +01:00
Update src/libpoketube/init/pages-404-and-main.js
This commit is contained in:
parent
44183892bf
commit
bfe0b6a687
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
|
|
||||||
return renderTemplate(res, req, "landing.ejs", {
|
return renderTemplate(res, req, "landing.ejs", {
|
||||||
isOldWindows,
|
isOldWindows,
|
||||||
splash
|
random
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue