minor layout

pull/1/head
Starbeamrainbowlabs 2022-08-25 19:32:10 +01:00
parent 6aad71307d
commit 5821fc6824
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ async function do_feeds() {
if(!item.pubdate) item.pubdate = item.published
|| item.updated
|| new Date("1970-01-01");
|| item.updated
|| new Date("1970-01-01");
item.pubdate_obj = new Date(item.pubdate);
item.pubdate_iso = item.pubdate_obj.toISOString();
item.pubdate_display = dateformat(