Commit 9922a081 authored by Holger Levsen's avatar Holger Levsen
Browse files

/news: explicitly mention weekly news time span

parent 2187cee6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ Every month we publish a report on what we have been up to. ([RSS/Atom feed]({{

## Weekly reports

Previously, since 2015, we published 206 weekly reports on what we had been up to:
Previously, from May 2015 until March 2019, we published 206 weekly reports on what we had been up to:

{% assign posts = site.blog | sort: 'published' | reverse %}
{% for x in posts %}<a href="{{ x.url | prepend: site.baseurl }}" class="btn btn-outline-primary btn-sm mr-1 mb-1">{{ x.week }}</a>{% endfor %}