chore: add Shipyard 2025 IPFS year in review

- add ecosystem content entry linking to ipshipyard.com blog post
- support description field in RSS feed entries
This commit is contained in:
Marcin Rataj
2025-12-19 23:13:15 +01:00
parent 64861f42fc
commit 0496efe55b
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function itemToRssEntry(item, category) {
title: [item.title],
link: [item.path],
pubDate: [dayjs(item.date).toDate().toUTCString()],
description: [item.title],
description: [item.description || item.title],
category: [category],
guid: [{ _: item.path, $: { isPermaLink: 'true' } }],
}