forked from github.com/GenderDysphoria.fyi
New preact based frontend UI for the TTT.
Added rollup compiling
This commit is contained in:
@@ -72,6 +72,8 @@ module.exports = exports = class Post extends Page {
|
||||
_parse (...args) {
|
||||
super._parse(...args);
|
||||
|
||||
this.id = this.meta.id;
|
||||
|
||||
if (!this.titlecard) this.titlecard = '/tweets/titlecard.png';
|
||||
|
||||
this.meta.tags = (this.meta.tags || []).reduce((result, tag) => {
|
||||
|
||||
Reference in New Issue
Block a user