From e09487abdb31d35253979127851aaeb31ccd47fc Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Tue, 24 Mar 2026 11:09:03 -0600 Subject: [PATCH] Minor issues --- assets/sass/_colors.sass | 1 + assets/sass/_taxonomy.sass | 6 ++++++ layouts/home.html | 2 +- layouts/tools/section.html | 8 ++++---- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/assets/sass/_colors.sass b/assets/sass/_colors.sass index f0ae35f..b7801a9 100644 --- a/assets/sass/_colors.sass +++ b/assets/sass/_colors.sass @@ -26,3 +26,4 @@ $surface: #1a1e29 $border: #3a4054 $text: #ffffff $text-subtle: #bfc9e6 +$text-grey: #80869a diff --git a/assets/sass/_taxonomy.sass b/assets/sass/_taxonomy.sass index 9c64192..e58ad3e 100644 --- a/assets/sass/_taxonomy.sass +++ b/assets/sass/_taxonomy.sass @@ -73,6 +73,12 @@ table#taxonomy-table text-decoration: none &:hover, &:focus color: $accent + +a.not-maintained, span.not-maintained + color: $text-grey !important + font-style: italic + opacity: 0.7&:hover, &:focus + color: $text-subtle #taxonomy-page a.term-link padding: 0.3rem 1.2rem diff --git a/layouts/home.html b/layouts/home.html index 64a783f..23a7314 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -14,7 +14,7 @@ - {{ $pages := shuffle (where site.RegularPages "Section" "tools") | first 20 }} + {{ $pages := shuffle (where (where site.RegularPages "Section" "tools") "Params.maintenance" "intersect" (slice "Actively Maintained")) | first 20 }}

Try Something New

Proudly featuring {{ len (where site.RegularPages "Section" "tools") }} tools and counting! diff --git a/layouts/tools/section.html b/layouts/tools/section.html index ecb9957..f34c64c 100644 --- a/layouts/tools/section.html +++ b/layouts/tools/section.html @@ -54,8 +54,8 @@ {{ if .Params.maintenance }} {{ if in .Params.maintenance "Not Maintained" }}

- {{ .LinkTitle }} - + {{ .LinkTitle }} +
{{ else }} {{ .LinkTitle }} @@ -108,8 +108,8 @@
- - Red dot indicates tool has not been updated or maintained recently + + Grey text indicates tool has not been updated or maintained recently