Remove auto dark mode

This commit is contained in:
Sodbileg Gansukh
2022-05-19 23:09:42 +08:00
parent 1f7cd51245
commit be6943780d
5 changed files with 4 additions and 161 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{@site.locale}}"{{#match @custom.color_scheme "Dark"}} class="dark-mode"{{/match}}{{#match @custom.color_scheme "Auto"}} class="auto-color"{{/match}}>
<html lang="{{@site.locale}}"{{#match @custom.color_scheme "Dark"}} class="dark-mode"{{/match}}>
<head>
{{!-- Basic meta - advanced meta is output with {ghost_head} below --}}