mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix a goofy ahh issue
This commit is contained in:
parent
911eebf02f
commit
eefb854459
@ -198,7 +198,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const subscribers = boutJson.Channel?.Metadata.Subscribers;
|
const subscribers = boutJson.Channel?.Metadata.Subscribers;
|
||||||
const about = boutJson?.Channel?.Contents?.ItemSection.About;
|
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
|
||||||
const description = about?.Description.toString().replace(/\n/g, " <br> ");
|
const description = about?.Description.toString().replace(/\n/g, " <br> ");
|
||||||
const dnoreplace = about?.Description.toString();
|
const dnoreplace = about?.Description.toString();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user