Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix RSS urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Oct 31, 2023
1 parent 0a0596e commit c6e08b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BlogRssPlugin : KwebPlugin() {
"""
<item>
<title>${blog.title}</title>
<link>https://freenet.org/blog/${blog.number}/${blog.title}</link>
<link>https://freenet.org/${blog.freenetUrlPath}</link>
<pubDate>${blog.createdAt}</pubDate>
<description>${firstParagraph}</description>
</item> """.trimIndent()
Expand Down

0 comments on commit c6e08b3

Please sign in to comment.