diff options
author | amzrk2 | 2020-06-01 15:44:04 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-01 15:44:04 +0800 |
commit | 02c3891865c7741b8f772aea75cc01564d2f0ff4 (patch) | |
tree | db0e4dd8c3ef95181f5e665ca09f731b75de0387 /layouts/_default/baseof.html | |
parent | 2338da969d3bc1b2bc26df9f7192dd20a0906c5b (diff) | |
download | hugo-theme-fuji-02c3891865c7741b8f772aea75cc01564d2f0ff4.tar.gz hugo-theme-fuji-02c3891865c7741b8f772aea75cc01564d2f0ff4.tar.bz2 hugo-theme-fuji-02c3891865c7741b8f772aea75cc01564d2f0ff4.zip |
Remove jQuery
Diffstat (limited to 'layouts/_default/baseof.html')
-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" . }} |