From f56be2228d995bff38d2367a920987355deaf3e5 Mon Sep 17 00:00:00 2001 From: race Date: Mon, 22 Jun 2020 10:09:55 +0800 Subject: [PATCH] Fix dark model bug when user directly visit page.html & post.html --- _layouts/page.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 1542528..e17b024 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -7,7 +7,7 @@ layout: compress {% include header.html %} - + {% include navbar.html %}
diff --git a/_layouts/post.html b/_layouts/post.html index 38f8fc4..318bd7c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@ layout: compress {% include header.html %} - + {% include navbar.html %}