forked from github.com/GenderDysphoria.fyi
Catching a few more bugs
This commit is contained in:
@@ -106,6 +106,7 @@ module.exports = exports = class Page extends File {
|
||||
const { titlecard, webready } = PublicFiles.for(this.dir);
|
||||
this.ignore = this.meta.ignore;
|
||||
this.draft = this.meta.draft;
|
||||
this.siblings = this.meta.siblings;
|
||||
this.images = webready;
|
||||
this.titlecard = titlecard;
|
||||
if (this.meta.tweets && isString(this.meta.tweets)) this.meta.tweets = this.meta.tweets.split(/\s/);
|
||||
|
||||
Reference in New Issue
Block a user