docs: refactor

This commit is contained in:
krau
2025-06-16 15:58:03 +08:00
parent 6566dbbf96
commit 4206d1fe96
25 changed files with 517 additions and 206 deletions

View File

@@ -0,0 +1,3 @@
{{- $lang := .Get "lang" | default "text" -}}
{{- $content := .Inner | strings.TrimSpace | htmlEscape -}}
<pre><code class="language-{{ $lang }}">{{ $content }}</code></pre>