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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user