diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a61499c..4a2a490 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{ partial "head.html" . }} </head> -<body data-theme="{{ .Site.Params.toggleMode }}"> +<body data-theme="auto"> {{ partial "scripts-front.html" . }} {{ partial "header.html" . }} |