1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Sort posts before reversing, filter ignored

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-05 19:40:31 -08:00
parent e6f12453b8
commit 13c149c9e0
2 changed files with 5 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ module.exports = exports = class Page extends File {
_parse (PublicFiles) {
const { titlecard, webready } = PublicFiles.for(this.dir);
this.ignore = this.meta.ignore;
this.images = webready;
this.titlecard = titlecard;
this.tweets = (this.meta.tweets || []).map(parseTweetId);