From 3f157ea40db7c3fad5e068f100c1ea7aa6437157 Mon Sep 17 00:00:00 2001 From: Melissa Draper Date: Wed, 23 Sep 2026 16:45:29 -0700 Subject: [PATCH] =?UTF-8?q?Swap=20to=20version=20affirmation=20with=20?= =?UTF-8?q?=E2=AD=90=20instead=20of=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/tools.md | 5 +---- layouts/shortcodes/tools.md | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/content/tools.md b/content/tools.md index b63f243..1136eee 100644 --- a/content/tools.md +++ b/content/tools.md @@ -27,10 +27,7 @@ If you need to automate your metadata publishing, you can also find [Publishing ## Tools for Supported Versions -The tables in this section contain tools for supported versions of CodeMeta. - -Note: Tools marked with a warning symbol ( ⚠️ ) are not known to support the *latest version* of CodeMeta. -{.tip} +The tables in this section contain tools for supported versions of CodeMeta. A star ( ⭐ ) indicates a tool known to support the *latest version* of CodeMeta. These tools are categorised according to the context they can be used. In many cases a tool belongs to multiple categories and will be listed multiple times on this page. diff --git a/layouts/shortcodes/tools.md b/layouts/shortcodes/tools.md index 5d75072..24bcf4e 100644 --- a/layouts/shortcodes/tools.md +++ b/layouts/shortcodes/tools.md @@ -28,8 +28,8 @@ {{ .name }} {{ .language }} {{ $icnt := sub (.maintainers | len) 1 }}{{- range $i, $mtnrs := .maintainers }}{{ $mtnr := index $mtnrs }}{{ if $mtnr.url }}{{ $mtnr.name }}{{ else }}{{ $mtnr.name }}{{ end }}{{ if lt $i $icnt }},{{end}}
{{ end -}} - {{ if in .versions $latest | not }} ⚠️ {{ end }} - {{ delimit .versions ", " }} + {{ if in .versions $latest }} ⭐ {{ end }} + {{ delimit (.versions | sort | collections.Reverse) ", " }} {{ .description }} {{ end -}}