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 -}}