feat: link authors + post links

This commit is contained in:
Cory Dransfeldt 2024-01-11 15:00:43 -08:00
parent 86add0806e
commit 9e7cc103cb
No known key found for this signature in database
6 changed files with 48 additions and 9 deletions

View file

@ -19,6 +19,7 @@ export default async function () {
url: link['source_url'],
tags: [...new Set(Object.keys(link['tags']))],
date: `${link['updated_at'] || link['created_at']}`,
author: link['author'],
summary: link['summary'],
note: link['notes'],
description: `${link['summary']}<br/><br/>`,