[Git][reproducible-builds/reproducible-website][master] 4 commits: Correct reference to report's 'date' metadata attribute.
Chris Lamb
gitlab at salsa.debian.org
Wed Apr 14 11:32:40 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
030724d5 by Chris Lamb at 2021-04-14T12:25:51+01:00
Correct reference to report's 'date' metadata attribute.
- - - - -
d0f245e7 by Chris Lamb at 2021-04-14T12:26:14+01:00
index.md: Drop unnecessary fullstop.
- - - - -
2d8e6b9d by Chris Lamb at 2021-04-14T12:26:28+01:00
index.md: Add noun.
- - - - -
6532b31a by Chris Lamb at 2021-04-14T12:31:40+01:00
/contribute/: Highlight our mailing list.
- - - - -
2 changed files:
- contribute/index.md
- index.md
Changes:
=====================================
contribute/index.md
=====================================
@@ -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 }}))
=====================================
index.md
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/517f7595d9df37286f09620d2c4f26d4f698a4e1...6532b31af105ef9735991926df1da9115458047d
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/517f7595d9df37286f09620d2c4f26d4f698a4e1...6532b31af105ef9735991926df1da9115458047d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210414/4663fca5/attachment.htm>
More information about the rb-commits
mailing list