mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-14 00:47:14 +00:00
feat(website): append #library-index to tag links on non-index pages
Tag clicks on category/other pages now land with the results section scrolled into view. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fc8d1ba35e
commit
9de86ea785
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ tags.forEach(function (tag) {
|
|||
}
|
||||
applyFilters();
|
||||
} else if (url) {
|
||||
window.location.href = url;
|
||||
window.location.href = url + "#library-index";
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue