chore: fallback date
This commit is contained in:
parent
aac5b2647d
commit
7081583087
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default async function () {
|
|||
title: link['title'],
|
||||
url: link['source_url'],
|
||||
tags: [...new Set(Object.keys(link['tags']))],
|
||||
date: link['updated_at'],
|
||||
date: `${link['updated_at'] || link['created_at']}`,
|
||||
summary: link['summary'],
|
||||
note: link['notes'],
|
||||
description: `${link['summary']}<br/><br/>`,
|
||||
|
|
Reference in a new issue