vinta-awesome-python/website
Vinta Chen 25ec0c3937
feat: extract inline favicon to static SVG file
Replace the inline data-URI emoji favicon with a proper Python-logo SVG
served from /static/favicon.svg. Avoids repeated base64 encoding overhead
and allows the icon to be cached and updated independently.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 18:34:15 +08:00
..
data data: remove zipline entry from github_stars.json 2026-03-18 13:57:36 +08:00
static feat: extract inline favicon to static SVG file 2026-03-18 18:34:15 +08:00
templates feat: extract inline favicon to static SVG file 2026-03-18 18:34:15 +08:00
tests refactor: consolidate load_cache into build.load_stars 2026-03-18 17:28:53 +08:00
build.py build: simplify Makefile targets and add live-reload preview 2026-03-18 18:28:27 +08:00
fetch_github_stars.py refactor: consolidate load_cache into build.load_stars 2026-03-18 17:28:53 +08:00
readme_parser.py simplify: remove redundant _has_description, unused param, merge loops 2026-03-18 17:41:13 +08:00