Loading blog/index.rss +0 −11 Original line number Diff line number Diff line Loading @@ -23,16 +23,5 @@ layout: null <description>{{ x.content | xml_escape }}</description> </item> {% endfor %} {% assign posts = site.blog | sort: 'published' | reverse %} {% for x in posts limit:10 %} <item> <title>Reproducible Builds: Weekly report #{{ x.week }}</title> <pubDate>{{ x.published | date_to_rfc822 }}</pubDate> <link>{{ x.url | absolute_url }}</link> <guid isPermaLink="true">{{ x.url | absolute_url }}</guid> <description>{{ x.content | xml_escape }}</description> </item> {% endfor %} </channel> </rss> Loading
blog/index.rss +0 −11 Original line number Diff line number Diff line Loading @@ -23,16 +23,5 @@ layout: null <description>{{ x.content | xml_escape }}</description> </item> {% endfor %} {% assign posts = site.blog | sort: 'published' | reverse %} {% for x in posts limit:10 %} <item> <title>Reproducible Builds: Weekly report #{{ x.week }}</title> <pubDate>{{ x.published | date_to_rfc822 }}</pubDate> <link>{{ x.url | absolute_url }}</link> <guid isPermaLink="true">{{ x.url | absolute_url }}</guid> <description>{{ x.content | xml_escape }}</description> </item> {% endfor %} </channel> </rss>