pls
This commit is contained in:
parent
8bb49a0fac
commit
889121e924
@ -48,6 +48,7 @@ class Home extends Endpoint {
|
|||||||
const clipUrl = `${baseUrl}/clips/${clip.filename}`;
|
const clipUrl = `${baseUrl}/clips/${clip.filename}`;
|
||||||
|
|
||||||
const html = this.index.
|
const html = this.index.
|
||||||
|
replace(`<title>Corgi Corner</title>`, clip.name).
|
||||||
replace(`{{author}}`, clip.uploader.tag).
|
replace(`{{author}}`, clip.uploader.tag).
|
||||||
replace(`{{url}}`, clientUrl).
|
replace(`{{url}}`, clientUrl).
|
||||||
replace(`{{thumbnail}}`, thumbnailUrl).
|
replace(`{{thumbnail}}`, thumbnailUrl).
|
||||||
|
Loading…
Reference in New Issue
Block a user