Skip to content

Commit

Permalink
fix RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Sep 28, 2023
1 parent 20a8b72 commit 3e67efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs/src/routes/blog/rss.xml/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const GET = async () => {
const render = (
postsInfo
) => `<rss xmlns:dc="https://purl.org/dc/elements/1.1/" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:atom="https://www.w3.org/2005/Atom" version="2.0">
${postsInfo}
<channel>
<title>
<![CDATA[ ${siteTitle} ]]>
Expand Down

0 comments on commit 3e67efb

Please sign in to comment.