From 45265444c24fc2439c9769d9151a6bf560f22575 Mon Sep 17 00:00:00 2001 From: Doge Date: Sat, 8 May 2021 01:58:02 +0800 Subject: Minor bug fixes --- layout/_partial/head.ejs | 1 + layout/_partial/scripts.ejs | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) (limited to 'layout/_partial') diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 1206434..3d4ee79 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -21,5 +21,6 @@ + <%- css("css/style.css") %> \ No newline at end of file diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs index a60011f..c07d83d 100644 --- a/layout/_partial/scripts.ejs +++ b/layout/_partial/scripts.ejs @@ -11,7 +11,6 @@ <% } %> - <%- js('js/darkmode.js') %> <% } %> -- cgit v1.2.3