From 292ec23f015a13c8164683fe75415357ec978d6f Mon Sep 17 00:00:00 2001 From: zixiaowang17 Date: Fri, 3 Jul 2026 14:54:43 -0700 Subject: [PATCH] Bump site.css cache-buster to force reload of governance styles Co-Authored-By: Claude Opus 4.7 (1M context) --- contribute.html | 2 +- governance.html | 2 +- index.html | 2 +- projects.html | 2 +- roadmap.html | 2 +- tools/build_site.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contribute.html b/contribute.html index 4aaca19..094813b 100644 --- a/contribute.html +++ b/contribute.html @@ -4,7 +4,7 @@ Contributing to Statlib - + diff --git a/governance.html b/governance.html index dae7f1d..1c1ab52 100644 --- a/governance.html +++ b/governance.html @@ -5,7 +5,7 @@ Governance — Statlib - + diff --git a/index.html b/index.html index 2b070db..5c531d0 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Statlib - + diff --git a/projects.html b/projects.html index 30a1b16..7058a2d 100644 --- a/projects.html +++ b/projects.html @@ -5,7 +5,7 @@ Projects — Statlib - + diff --git a/roadmap.html b/roadmap.html index b213d7a..8677d86 100644 --- a/roadmap.html +++ b/roadmap.html @@ -5,7 +5,7 @@ Roadmap — Statlib - + diff --git a/tools/build_site.py b/tools/build_site.py index e6913e4..9602f6f 100755 --- a/tools/build_site.py +++ b/tools/build_site.py @@ -292,7 +292,7 @@ def render_page(page_key: str, meta: dict[str, str], body_html: str) -> str: head.append(f'') head.extend( [ - '', + '', "", '', "",