[Git][reproducible-builds/reproducible-website][master] sort listing in projects.md
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Jul 19 07:57:40 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
b3e7154b by FC (Fay) Stegerman at 2024-07-19T07:50:26+00:00
sort listing in projects.md
- - - - -
1 changed file:
- who_/projects.md
Changes:
=====================================
who_/projects.md
=====================================
@@ -14,7 +14,8 @@ Various free software projects are working on providing reproducible builds to t
{: .lead}
<div class="projects row bg-light p-md-5 p-sm-3 pt-5 pb-5">
- {% for project in site.data.projects %}
+ {% assign projects = site.data.projects | sort_natural: "name" %}
+ {% for project in projects %}
<div class="col-xs-12 col-sm-6 col-lg-4 col-xl-3 mb-4">
<div class="card" name="{{ project.name }}">
<a href="{{ project.url }}" name="{{ project.name }}">
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/b3e7154b1d4546e3b0d550ec40fbc97b856512ee
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/b3e7154b1d4546e3b0d550ec40fbc97b856512ee
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/20240719/14293167/attachment.htm>
More information about the rb-commits
mailing list