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

Twitter posts

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-02 20:28:46 -08:00
parent 065dd4ad79
commit 754f0d9260
17 changed files with 6395 additions and 472 deletions

View File

@@ -50,5 +50,11 @@ module.exports = exports = class Post extends Page {
this.fullurl = url.href;
}
_parse (...args) {
super._parse(...args);
this.classes.push('post');
}
};