how i can move post date to the popup ?
please see image iamge
I was trying this code `
this._el.text = TL.Dom.create("div", "tl-timemarker-text", this._el.content);
this._text = TL.Dom.create("h2", "tl-headline", this._el.text);
this._el.date = TL.Dom.create("h3", "tl-headline-date", this._el.text);
this._el.date = TL.Util.unlinkify(this.data.date);`
but it stillnot work