feat: add links page

This commit is contained in:
Cory Dransfeldt 2024-01-10 12:32:54 -08:00
parent 5e46c9a334
commit 4637629344
No known key found for this signature in database
4 changed files with 26 additions and 1 deletions

View file

@ -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/>`,
}
})

View file

@ -11,6 +11,7 @@ export default async function () {
{ name: 'Now' },
{ name: 'About' },
{ name: 'Tags', icon: 'tags' },
{ name: 'Links', icon: 'link' },
{ name: 'Search', icon: 'search' },
{ name: 'Feeds', icon: 'rss' },
{ name: 'Mastodon', icon: 'brand-mastodon' },