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
6 changes: 3 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<meta property="og:description" content="Secrets scanning, SAST, SCA, container security, and policy-as-code gate. GitHub Actions + GitLab CI. One standard. Every team.">
<meta property="og:type" content="website">
<meta name="theme-color" content="#0D0C0B">
<link rel="canonical" href="https://castops.github.io/cast/">
<link rel="alternate" hreflang="en" href="https://castops.github.io/cast/">
<link rel="alternate" hreflang="zh-CN" href="https://castops.github.io/cast/zh/">
<link rel="canonical" href="https://castops.github.io/cast-cli/">
<link rel="alternate" hreflang="en" href="https://castops.github.io/cast-cli/">
<link rel="alternate" hreflang="zh-CN" href="https://castops.github.io/cast-cli/zh/">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700..900&family=Instrument+Sans:wght@400;500;600&family=IBM+Plex+Sans+Condensed:wght@600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
Expand Down
7 changes: 4 additions & 3 deletions website/zh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<meta property="og:description" content="秘密扫描、SAST、SCA、容器安全、策略即代码门禁。GitHub Actions + GitLab CI。一条命令开始。">
<meta property="og:type" content="website">
<meta name="theme-color" content="#0D0C0B">
<link rel="canonical" href="https://castops.github.io/cast/zh/">
<link rel="alternate" hreflang="en" href="https://castops.github.io/cast/">
<link rel="alternate" hreflang="zh-CN" href="https://castops.github.io/cast/zh/">
<link rel="canonical" href="https://castops.github.io/cast-cli/zh/">
<link rel="alternate" hreflang="en" href="https://castops.github.io/cast-cli/">
<link rel="alternate" hreflang="zh-CN" href="https://castops.github.io/cast-cli/zh/">
<style>
:root {
--bg: #0D0C0B;
--surface: #171614;
Expand Down
Loading