refactor(hero): remove metrics block from hero section

The projects/categories/topic groups stats added visual clutter to the
hero without contributing to the core purpose of the section.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-22 16:28:44 +08:00
parent 9447870715
commit 321df7b78c
No known key found for this signature in database
GPG key ID: B93DE4F003C33630
2 changed files with 0 additions and 55 deletions

View file

@ -47,21 +47,6 @@
>View on GitHub</a
>
</div>
<dl class="hero-metrics" aria-label="Site overview">
<div>
<dt>{{ "{:,}".format(entries | length) }}</dt>
<dd>projects</dd>
</div>
<div>
<dt>{{ total_categories }}</dt>
<dd>categories</dd>
</div>
<div>
<dt>{{ groups | length }}</dt>
<dd>topic groups</dd>
</div>
</dl>
</div>
</div>