mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
fix a goofy ahh issue
This commit is contained in:
parent
911eebf02f
commit
eefb854459
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
|
||||
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 dnoreplace = about?.Description.toString();
|
||||
|
||||
|
|
Loading…
Reference in a new issue