Skip to content

Commit

Permalink
rss: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ntzyz committed Mar 26, 2019
1 parent febcf41 commit ff37f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rss-feed/server/rss2.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rss(version="2.0", xmlns:atom="http://www.w3.org/2005/Atom", xmlns:content="http
each post, index in posts
item
title=post.title
link=link + 'post/' + post.slug + '?preferLanguage=' + post.language
link=link + 'post/' + post.slug + '?prefer-language=' + post.language
guid(isPermaLink="false")=post._id
category=post.category
pubDate=post.date.toUTCString()
Expand Down

0 comments on commit ff37f7c

Please sign in to comment.