File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1717 {{> head }}
1818
1919 <meta content =" text/html; charset=utf-8" http-equiv =" Content-Type" >
20+ {{ #if description }}
2021 <meta name =" description" content =" {{ description }} " >
22+ {{ else }}
23+ <meta name =" description" content =" Kubebuilder 中文文档:从入门到进阶的完整指南,涵盖架构、插件、Webhook、API 设计与多版本迁移等。" >
24+ {{ /if }}
2125 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
2226 <meta name =" theme-color" content =" #ffffff" />
2327
28+ <!-- Open Graph -->
29+ <meta property =" og:type" content =" website" >
30+ <meta property =" og:site_name" content =" {{ book_title }} " >
31+ <meta property =" og:title" content =" {{ title }} " >
32+ {{ #if description }}
33+ <meta property =" og:description" content =" {{ description }} " >
34+ {{ else }}
35+ <meta property =" og:description" content =" Kubebuilder 中文文档:从入门到进阶的完整指南,涵盖架构、插件、Webhook、API 设计与多版本迁移等。" >
36+ {{ /if }}
37+ <meta property =" og:locale" content =" {{ language }} " >
38+ <meta property =" og:image" content =" {{ path_to_root }} /logos/logo-single-line.png" >
39+ <meta property =" og:image:alt" content =" {{ book_title }} " >
40+
41+ <!-- Twitter -->
42+ <meta name =" twitter:card" content =" summary" >
43+ <meta name =" twitter:title" content =" {{ title }} " >
44+ {{ #if description }}
45+ <meta name =" twitter:description" content =" {{ description }} " >
46+ {{ else }}
47+ <meta name =" twitter:description" content =" Kubebuilder 中文文档:从入门到进阶的完整指南,涵盖架构、插件、Webhook、API 设计与多版本迁移等。" >
48+ {{ /if }}
49+ <meta name =" twitter:image" content =" {{ path_to_root }} /logos/logo-single-line.png" >
50+
2451 <link rel =" shortcut icon" href =" {{ path_to_root }} /logos/favicon.png" >
2552 <link rel =" stylesheet" href =" {{ path_to_root }} css/variables.css" >
2653 <link rel =" stylesheet" href =" {{ path_to_root }} css/general.css" >
You can’t perform that action at this time.
0 commit comments