This is an automated email from the ASF dual-hosted git repository.
niallp pushed a commit to branch experimental
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/experimental by this push:
new ca901b6 projects-index.md: add project_shortdesc as a title(hover
text) to the project links
ca901b6 is described below
commit ca901b6638940c0384b3173f956059a6133a7950
Author: Niall Pemberton <[email protected]>
AuthorDate: Thu May 8 18:03:55 2025 +0100
projects-index.md: add project_shortdesc as a title(hover text) to the
project links
---
projects-index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects-index.md b/projects-index.md
index 0a7c529..8f8874f 100644
--- a/projects-index.md
+++ b/projects-index.md
@@ -27,14 +27,14 @@ limitations under the License.
{% assign project_array = site.data.project_array | where: "project_type",
"PMC" -%}
{%- for project in project_array -%}
-[{{project.project_name}}]({%- link {{project.project_id | prepend:
"projects/" | append: ".html"}} -%}){: .btn style="font-family:SFMono-Regular;"
}
+[{{project.project_name}}]({%- link {{project.project_id | prepend:
"projects/" | append: ".html"}} %} "{{project.project_shortdesc}}"){: .btn
style="font-family:SFMono-Regular;" }
{% endfor -%}
## [Retired Sub-Projects]({% link subprojects.md %})
{% assign subproject_array = site.data.project_array | where: "project_type",
"Subproject" -%}
{%- for project in subproject_array -%}
-[{{project.project_name}}]({%- link {{project.project_id | prepend:
"projects/" | append: ".html"}} -%}){: .btn style="font-family:SFMono-Regular;"
}
+[{{project.project_name}}]({%- link {{project.project_id | prepend:
"projects/" | append: ".html"}} %} "{{project.project_shortdesc}}"){: .btn
style="font-family:SFMono-Regular;" }
{% endfor %}
{: .important}