Skip to content

Commit e0f7f80

Browse files
Amey-Thakurmsatmod
andcommitted
Amey's Arc
Co-authored-by: Mega Satish <mega.modha@gmail.com>
1 parent cbe4059 commit e0f7f80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Source Code/layouts/_default/baseof.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
{{- /* Theme Orchestration: Initializing the document's chromatic state. */ -}}
3535
{{- $theme := site.Params.defaultTheme | default "auto" }}
3636
{{- if eq $theme "dark" }}
37-
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default " auto" }}" data-theme="dark">
37+
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default "auto" }}" data-theme="dark">
3838
{{- else if eq $theme "light" }}
39-
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default " auto" }}" data-theme="light">
39+
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default "auto" }}" data-theme="light">
4040
{{- else }}
41-
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default " auto" }}" data-theme="auto">
41+
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default "auto" }}" data-theme="auto">
4242
{{- end }}
4343

4444
<head>
@@ -64,4 +64,4 @@
6464
"ShowCodeCopyButtons") -}}
6565
</body>
6666

67-
</html>
67+
</html>

0 commit comments

Comments
 (0)