Commits (4)
......@@ -9,7 +9,7 @@ order: 80
There are many ways to contribute to the Reproducible Builds project:
* **Please join the [`rb-general` mailing-list](https://lists.reproducible-builds.org/listinfo/rb-general).**
* **In the first instance, please join the [`rb-general` mailing-list](https://lists.reproducible-builds.org/listinfo/rb-general).**
* [Join the Reproducible Builds group](http://salsa.debian.org/reproducible-builds) on [Salsa](https://salsa.debian.org/) to contribute directly on our Git repositories. ([**Full signup instructions**]({{ "/contribute/salsa/" | relative_url }}))
......
......@@ -84,13 +84,13 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
{% assign reports = site.reports | sort: 'year, month' | where: 'draft', 'false' | reverse %}
{% for x in reports limit: 3 %}
<li>
<span class="text-muted">{{ x.published | date: "%b %-d, %Y" }}</span>:
<span class="text-muted">{{ x.date | date: "%b %-d, %Y" }}</span>:
<a href="{{ x.url | relative_url }}">{{ x.title }}</a>
</li>
{% endfor %}
</ul>
([See all]({{ "/news/" | relative_url }}).)
([See all reports]({{ "/news/" | relative_url }}))
## Recent news
......