update theme-switcher functionality

This commit is contained in:
somrat sorkar
2023-12-09 08:52:04 +06:00
parent 32ba8bb3fb
commit 6892f7bf94
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
<!doctype html>
<html
itemscope
class="{{- if not site.Params.theme_switcher -}}
{{- site.Params.theme_default -}}
{{- end -}}"
lang="{{ site.LanguageCode | default `en-US` }}"
itemtype="http://schema.org/WebPage">
<head>