Merge pull request #13 from alfredcc/Fix-dark-model

Fix dark model bug when user directly visit page.html & post.html
This commit is contained in:
Mahendrata Harpi
2020-06-23 10:33:38 +07:00
committed by GitHub
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">
<header class="header">

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">