From c93bcc231d10f544078f5f465cce549e686700f8 Mon Sep 17 00:00:00 2001 From: Doge Date: Sat, 15 May 2021 18:00:31 +0800 Subject: Fix incorrect darkmode style --- layout/_partial/head.ejs | 2 +- layout/index.ejs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'layout') diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 2445a44..09354b1 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -25,6 +25,6 @@ - + \ No newline at end of file diff --git a/layout/index.ejs b/layout/index.ejs index 1046eea..106b7f4 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -44,7 +44,7 @@ - + <%- viewstr %> @@ -54,7 +54,7 @@ - + <%- date(post.date, theme.timeformat) %> @@ -65,7 +65,7 @@ - + <%- date(post.date, theme.timeformat) %> -- cgit v1.2.3