diff --git a/quartz/plugins/emitters/contentIndex.tsx b/quartz/plugins/emitters/contentIndex.tsx index cd2741212..b878fedf8 100644 --- a/quartz/plugins/emitters/contentIndex.tsx +++ b/quartz/plugins/emitters/contentIndex.tsx @@ -101,7 +101,7 @@ function generateRSSEntry(cfg: GlobalConfiguration, details: ContentDetails): En ${escapeHTML(details.title)} https://${joinSegments(base, encodeURI(simplifySlug(details.slug!)))} https://${joinSegments(base, encodeURI(simplifySlug(details.slug!)))} - ${details.richContent ?? details.description} + ${details.date?.toUTCString()} `