mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[bug][banners] fix banner after moving around files in /data
This commit is contained in:
parent
79efa06c8c
commit
7452fe9ba5
@ -23,7 +23,7 @@ export default async function (req, res, next) {
|
|||||||
const templateName = decodeURIComponent(req.url.substr(1, req.url.length - 5));
|
const templateName = decodeURIComponent(req.url.substr(1, req.url.length - 5));
|
||||||
|
|
||||||
const template = buildTemplate(
|
const template = buildTemplate(
|
||||||
parseTemplates(loadTsv('templates.tsv')),
|
parseTemplates(loadTsv('templates/templates.tsv')),
|
||||||
templateName,
|
templateName,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user