mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-28 12:51:06 +00: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:
parent
9447870715
commit
321df7b78c
2 changed files with 0 additions and 55 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue