diff --git a/layouts/tools/section.html b/layouts/tools/section.html index 704b3a0..45215c2 100644 --- a/layouts/tools/section.html +++ b/layouts/tools/section.html @@ -41,15 +41,26 @@ Tool - Applications - Developers + License + {{ range $sortedPages }} - {{ .LinkTitle }} + + {{ if .Params.maintenance }} + {{ if in .Params.maintenance "Not Maintained" }} +
+ {{ .LinkTitle }} + +
+ {{ else }} + {{ .LinkTitle }} + {{ end }} + {{ end }} + {{ $sep := "" }} {{ range $key, $vals := .Params }} @@ -65,7 +76,7 @@ {{ $sep := "" }} {{ range $key, $vals := .Params }} - {{ if (in (slice "developers") $key) }} + {{ if (in (slice "licenses") $key) }} {{ $sep }} {{ range $i, $val := $vals }} {{ partial "term-link.html" (dict "name" $val "taxonomy" $key) }} @@ -74,70 +85,28 @@ {{ end }} {{ end }} + {{ end }} - + + +
+ + Black dot indicates tool has not been maintained recently +
+ {{ end }}