From 514102f456d2254eaa9fbc233dc99e90dcf6d2e8 Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Thu, 12 Jun 2025 14:28:17 -0600 Subject: [PATCH] Clean up section page --- layouts/tools/section.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/layouts/tools/section.html b/layouts/tools/section.html index 02b8ca0..704b3a0 100644 --- a/layouts/tools/section.html +++ b/layouts/tools/section.html @@ -30,12 +30,13 @@ {{ end }} - {{ if gt (len $sortedPages) 0 }} -

Tools

-

This list shows all tools, sorted alphabetically.

- {{ else }} -

No tools found.

+ {{ if eq (len $sortedPages) 0 }} +
+ + No Tools Found +
{{ end }} +