🐛 Fix(ignore): fix typo

#505 #508
This commit is contained in:
Cell
2024-09-27 17:34:21 +08:00
parent 456db3851b
commit 27a7605b49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{{- /* Read the config and format */ -}}
{{- $params := .Page.Params | merge site.Params.page -}}
{{- $ordered := $params.toc.ordered | and -}}
{{- $ordered := $params.toc.ordered | and $params.heading.number.enable -}}
{{- $h1Format := $params.heading.number.format.h1 | default "{title}" -}}
{{- $h2Format := $params.heading.number.format.h2 | default "{h2} {title}" -}}
{{- $h3Format := $params.heading.number.format.h3 | default "{h2}.{h3} {title}" -}}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.12-01d42625" -}}
{{- .Scratch.Set "version" "v0.3.12-456db385" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}