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: 6 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ Zig 中文社区致力于在中文用户中分享和传播 Zig 语言!
学习<i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>

<style>
ol{
list-style: none;
}
</style>

{{% /blocks/cover %}}
5 changes: 5 additions & 0 deletions layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
mode: "no-cors"
}).catch(console.log);
</script>
<style>
a{
line-break: anywhere;
}
</style>