Clean up section page

This commit is contained in:
2025-06-12 14:28:17 -06:00
parent b91f892f55
commit 514102f456

View File

@ -30,12 +30,13 @@
</div>
{{ end }}
{{ if gt (len $sortedPages) 0 }}
<h2>Tools</h2>
<p>This list shows all tools, sorted alphabetically.</p>
{{ else }}
<p>No tools found.</p>
{{ if eq (len $sortedPages) 0 }}
<div style="display: flex; align-items: center; gap: 8px; margin: 1rem 0;">
<span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(225, 82, 225);"></span>
<span style="color: rgb(225, 82, 225); font-size: 1rem;">No Tools Found</span>
</div>
{{ end }}
<table id="taxonomy-table">
<thead>
<tr>