diff --git a/homepage/views/rss.pug b/homepage/views/rss.pug index cc652c1..a35c370 100644 --- a/homepage/views/rss.pug +++ b/homepage/views/rss.pug @@ -11,7 +11,7 @@ rss(version='2.0') item title= item.title category= item.category - guid!= rssLink(schemahost, item.date, item.category.toLowerCase()) + guid!= `${item.category.toLowerCase()}-${date_id(item.date, "UTC")}` pubDate= item.date link!= rssLink(schemahost, item.date, item.category.toLowerCase()) author!= author