Fix dark model bug when user directly visit page.html & post.html

This commit is contained in:
race
2020-06-22 10:09:55 +08:00
parent 7a33a0f36a
commit f56be2228d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ layout: compress
{% include header.html %}
<body>
<body data-theme="{{ site.mode }}">
{% include navbar.html %}
<div class="wrapper post">
<main class="page-content" aria-label="Content">