feat: add pager for article navigation in section

chore: minor updates

- reorg language settings
- add icons for cards and steps

chore: update about page

chore: add style to kbd
This commit is contained in:
Xin
2023-07-30 12:53:06 +01:00
parent 8ed4573422
commit 923f794d29
9 changed files with 77 additions and 13 deletions

View File

@ -9,6 +9,8 @@
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
<div class="mt-16"></div>
{{ partial "pager.html" . }}
</main>
</article>
</div>