mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-07-13 21:31:16 +02:00
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:
@@ -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' } }],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user