Fix dark model bug when user directly visit page.html & post.html
This commit is contained in:
@@ -7,7 +7,7 @@ layout: compress
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
<body>
|
||||
<body data-theme="{{ site.mode }}">
|
||||
{% include navbar.html %}
|
||||
<div class="wrapper">
|
||||
<header class="header">
|
||||
|
||||
Reference in New Issue
Block a user