File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3333 @media screen and (max-width : 800px ) {
3434 max-width : 93vw ;
3535 }
36- line-height : 1.5 ;
36+ line-height : 1.7 ;
37+ font-family : sans-serif;
3738 background : var (--bg );
3839 color : var (--fg );
3940}
Original file line number Diff line number Diff line change 11---
2- .title = "",
2+ .title = "Zig 语言中文社区 ",
33.date = @date("1990-01-01T00:00:00"),
44.author = "ZigCC",
55.layout = "index.shtml",
Original file line number Diff line number Diff line change 11<extend template="base.shtml">
22<head id="head">
3- <link rel="stylesheet" href="$site.asset('style.css').link()">
43</head>
54<body id="body">
65 <h1 :text="$page.title"></h1>
2120 </a>
2221 </div>
2322 </div>
24- </body>
23+ </body>
Original file line number Diff line number Diff line change 33 <head id="head">
44 <meta charset="utf-8">
55 <meta name="viewport" content="initial-scale=1">
6- <meta name="description" content="Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.">
7- <title :text="$site.title"></title>
6+ <title :text="$page.title"></title>
87 <link type="text/css" rel="stylesheet" href="$site.asset('style.css').link()">
98 <link type="text/css" rel="stylesheet" href="$site.asset('highlight.css').link()">
109 <script>
Original file line number Diff line number Diff line change 11<extend template="base.shtml">
22<head id="head">
3- <link rel="stylesheet" href="$site.asset('style.css').link()">
43 <super>
54</head>
65<body id="body">
You can’t perform that action at this time.
0 commit comments