Commit 18211d6d authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Drop including weekly reports from the RSS feed; they are never shown now that we have 10+ items.

parent c2cbda40
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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>