Commit b3e7154b authored by FC (Fay) Stegerman's avatar FC (Fay) Stegerman 🏳️‍🌈 Committed by Chris Lamb
Browse files

sort listing in projects.md

parent 5b1d92a6
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 }}">