This commit is contained in:
wilsonfreitas
2026-03-22 21:21:59 +00:00
parent cffa0ced0f
commit dfc5741714
3 changed files with 11 additions and 16 deletions
-3
View File
@@ -277,7 +277,6 @@ def generate_html(entries: list[dict]) -> str:
)
total = len(entries)
total_stars = sum(int(e.get("stars", 0) or 0) for e in entries)
return f"""<!DOCTYPE html>
<html lang="en">
@@ -315,8 +314,6 @@ def generate_html(entries: list[dict]) -> str:
<span class="stat"><strong>{total}</strong> projects</span>
<span class="stat-sep"></span>
<span class="stat"><strong>{len(languages)}</strong> languages</span>
<span class="stat-sep"></span>
<span class="stat"><strong>{format_stars(total_stars)}</strong> total stars</span>
</div>
<a href="#content" class="hero-cta">Browse the List</a>
</div>