summaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 17:12:28 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 17:12:28 +0200
commitdb5d361b777e3669b1169dc8f7f68c89b43e0bd3 (patch)
tree2b25cfa1fae2e296369181a1d82d6351e6cd3c64 /layouts/_default/baseof.html
parent19c9544e1db6512fbf2dab975f7ec96983854875 (diff)
downloadgohugo-theme-ed-db5d361b777e3669b1169dc8f7f68c89b43e0bd3.tar.gz
Update config format
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e93b718..bed0257 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ site.LanguageCode | default site.Language.Lang }}" {{- with partialCached "func/GetLanguageDirection" "GetLanguageDirection" }} dir="{{ . }}" {{- end }} prefix="og: http://ogp.me/ns#">
{{- partial "head.html" . -}}
- <body class="theme-base-{{ site.Params.color_scheme }}">
+ <body class="theme-base-{{ site.Params.colorScheme }}">
{{ if .Params.toc }}{{ partial "sidebar-toc.html" . }}{{ else }}{{ partial "sidebar.html" . }}{{ end }}
<div class="wrap">
<header class="masthead">