fix(baseof): correct typo

This commit is contained in:
ZhenShuo Leo
2025-09-23 17:47:58 +08:00
parent c330c17215
commit bcc9cf9f6c
+4 -8
View File
@@ -1,14 +1,10 @@
<!doctype html> <!doctype html>
<html <html
lang="{{ with site.Params.isoCode | default (site.LanguageCode | default " en") }}{{- . -}}{{ end }}" lang="{{ with site.Params.isoCode | default (site.LanguageCode | default `en`) }}{{- . -}}{{ end }}"
dir="{{ if site.Params.rtl | default false -}} dir="{{ cond (site.Params.rtl | default false) `rtl` `ltr` }}"
rtl
{{- else -}}
ltr
{{- end }}"
class="scroll-smooth" class="scroll-smooth"
data-default-appearance="{{ site.Params.defaultAppearance | default " light" }}" data-default-appearance="{{ site.Params.defaultAppearance | default `light` }}"
data-auto-appearance="{{ site.Params.autoSwitchAppearance | default " true" }}"> data-auto-appearance="{{ site.Params.autoSwitchAppearance | default `true` }}">
{{- partial "head.html" . -}} {{- partial "head.html" . -}}