Skip to content

Commit

Permalink
contentIndex: index feed title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bfahrenfort committed Nov 13, 2024
1 parent b2b2728 commit d3c386c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions quartz/plugins/emitters/contentIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,7 @@ export const ContentIndex: QuartzEmitterPlugin<Partial<Options>> = (opts) => {
emitted.push(
write({
ctx,
content: finishRSSFeed(cfg, opts, {
dir: "" as FullSlug,
raw: (feedTree.data as Feed).raw, // Root guaranteed to be Feed containing all Feeds below
}),
content: finishRSSFeed(cfg, opts, feedTree.data as Feed),
slug: "index" as FullSlug,
ext: ".xml",
}),
Expand Down

0 comments on commit d3c386c

Please sign in to comment.