We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c909c6e + 32755ff commit c32a4d8Copy full SHA for c32a4d8
content/_index.md
@@ -22,4 +22,10 @@ Zig 中文社区致力于在中文用户中分享和传播 Zig 语言!
22
学习<i class="fas fa-arrow-alt-circle-right ms-2"></i>
23
</a>
24
25
+<style>
26
+ol{
27
+ list-style: none;
28
+}
29
+</style>
30
+
31
{{% /blocks/cover %}}
layouts/partials/hooks/head-end.html
@@ -8,3 +8,8 @@
8
mode: "no-cors"
9
}).catch(console.log);
10
</script>
11
12
+a{
13
+ line-break: anywhere;
14
15
0 commit comments