diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/feed.atom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom index c4a0e3d..e627f9c 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -12,7 +12,7 @@ <email>{{ site.author.email | xml_escape }}</email> </author> - {% assign entries = include.entries | where:"lang", include.lang | sort: "date" | reverse %} + {% assign entries = include.entries | where:"lang", include.lang | has_category:include.categories_filter | sort: "date" | reverse %} {% for entry in entries %} <entry xml:lang="{{ entry.lang }}"> <title type="html">{{ entry.title | smartify | strip_html | normalize_whitespace | xml_escape }}</title> |