diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/feed.atom | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom index f4243ea..bf0f4d4 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -13,8 +13,7 @@ <email>{{ site.author.email | xml_escape }}</email> </author> - {% assign posts = site.posts | where:"lang", include.lang | sort: "date" | reverse %} - {% for post in posts %} + {% for post in include.posts %} <entry xml:lang="{{ post.lang }}"> <title type="html">{{ post.title | smartify | strip_html | normalize_whitespace | xml_escape }}</title> <link href="{{ post.url | absolute_url }}" rel="alternate" type="text/html" title="{{ post.title | xml_escape }}" /> |