Update +server.js

pull/9352/head
Sebastian De Deyne 3 years ago committed by GitHub
parent 522d06a6ad
commit 2e9f896dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ const get_rss = (posts) =>
<item>
<title>${escapeHTML(post.title)}</title>
<link>https://svelte.dev/blog/${post.slug}</link>
<description>${escapeHTML(post.description)}</description>
<description><![CDATA[${post.content}]]></description>
<pubDate>${formatPubdate(post.date)}</pubDate>
</item>
`

Loading…
Cancel
Save