This is an automated email from the ASF dual-hosted git repository. niallp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push: new 983591a sort doesn't work & array already sorted by "project_name" 983591a is described below commit 983591a2e05073cab906c1cf94e627d5c1498fde Author: Niall Pemberton <niall.pember...@gmail.com> AuthorDate: Fri May 2 17:17:01 2025 +0100 sort doesn't work & array already sorted by "project_name" --- projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.md b/projects.md index d992b9a..96410f4 100644 --- a/projects.md +++ b/projects.md @@ -33,7 +33,7 @@ case and only ***Top Level Projects*** (projects with a **PMC**) are now accepte |Project|Type|Description|Retired| |:------|:---|:----------|:------| -{%- for project in site.data.project_array | sort_natural: "project_longname" | reversed %} +{%- for project in site.data.project_array %} |{{forloop.index}}. [{{project.project_apachename}}]( {%- link {{project.project_id | prepend: "projects/" | append: ".html"}} -%} )|{{project.project_type}}|{{project.project_shortdesc}}|{{project.retirement_date | date: "%b %Y"}}