Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contributing to Statlib</title>
<link rel="stylesheet" href="site.css?v=20260604-toc-align">
<link rel="stylesheet" href="site.css?v=20260703-governance">
</head>
<body class="site-page">

Expand Down
2 changes: 1 addition & 1 deletion governance.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Governance — Statlib</title>
<meta name="description" content="Statlib&#x27;s advisory board and maintainer team.">
<link rel="stylesheet" href="site.css?v=20260604-toc-align">
<link rel="stylesheet" href="site.css?v=20260703-governance">
</head>
<body class="site-page">

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Statlib</title>
<meta name="description" content="A Lean 4 library for foundational and modern theoretical statistics.">
<link rel="stylesheet" href="site.css?v=20260604-toc-align">
<link rel="stylesheet" href="site.css?v=20260703-governance">
</head>
<body class="site-page">

Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Projects — Statlib</title>
<meta name="description" content="Active and proposed Statlib formalization projects.">
<link rel="stylesheet" href="site.css?v=20260604-toc-align">
<link rel="stylesheet" href="site.css?v=20260703-governance">
</head>
<body class="site-page">

Expand Down
2 changes: 1 addition & 1 deletion roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Roadmap — Statlib</title>
<meta name="description" content="Theorems and concepts queued for formalization, by topic.">
<link rel="stylesheet" href="site.css?v=20260604-toc-align">
<link rel="stylesheet" href="site.css?v=20260703-governance">
</head>
<body class="site-page">

Expand Down
2 changes: 1 addition & 1 deletion tools/build_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def render_page(page_key: str, meta: dict[str, str], body_html: str) -> str:
head.append(f'<meta name="description" content="{html.escape(description)}">')
head.extend(
[
'<link rel="stylesheet" href="site.css?v=20260604-toc-align">',
'<link rel="stylesheet" href="site.css?v=20260703-governance">',
"</head>",
'<body class="site-page">',
"",
Expand Down
Loading