feat: add links page
This commit is contained in:
parent
5e46c9a334
commit
4637629344
4 changed files with 26 additions and 1 deletions
|
@ -19,6 +19,8 @@ export default async function () {
|
|||
url: link['source_url'],
|
||||
tags: [...new Set(Object.keys(link['tags']))],
|
||||
date: link['created_at'],
|
||||
summary: link['summary'],
|
||||
note: link['notes'],
|
||||
description: `${link['summary']}<br/><br/>`,
|
||||
}
|
||||
})
|
||||
|
|
Reference in a new issue