mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
am stoopid
This commit is contained in:
parent
4f27a24a9b
commit
9690b87cd3
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
if (req.query.from === "short") var shortsui = true;
|
||||
|
||||
try {
|
||||
renderTemplate(res, req, "poketube.ejs", {
|
||||
renderTemplate(res, req, "lite.ejs", {
|
||||
color: data.color,
|
||||
color2: data.color2,
|
||||
linkify,
|
||||
|
|
Loading…
Reference in a new issue