From dc62f0e349db8a6865a8307799eee6930f2e7de3 Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:08:46 +0800 Subject: [PATCH] fix: forget to import style (#293) --- layout/_partial/head.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 889c8317..03c9ad9e 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -56,3 +56,5 @@ if (is_archive()){ <% } %> <%- theme.slotHead %> + +