mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:53:49 +08:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user