vinta-awesome-python/website/static
Vinta Chen 18011f86f3
feat: merge duplicate entries across multiple categories
Entries appearing in more than one category were previously emitted as
separate rows. They are now deduplicated in build.py by URL, collecting
all category and group names into lists.

The template encodes those lists as pipe-delimited data attributes
(data-cats, data-groups) and renders a tag button per category.
The JS filter is updated to split on '||' and check for membership,
so clicking any category tag correctly shows the merged row.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-20 17:02:22 +08:00
..
favicon.svg feat: extract inline favicon to static SVG file 2026-03-18 18:34:15 +08:00
main.js feat: merge duplicate entries across multiple categories 2026-03-20 17:02:22 +08:00
style.css fix: improve CSS polish with active states, font smoothing, and text wrapping 2026-03-19 02:41:56 +08:00