feat(website): add data-url to tag buttons for client-side routing

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-05-03 00:44:43 +08:00
parent 704332271b
commit 04a04a136b
4 changed files with 46 additions and 5 deletions
+1
View File
@@ -332,6 +332,7 @@ def build(repo_root: Path) -> None:
trim_blocks=True,
lstrip_blocks=True,
)
env.filters["slugify"] = slugify
site_dir = website / "output"
if site_dir.exists():