From 45dba0654aa9c8ba210b8d5b80cdc388c408beef Mon Sep 17 00:00:00 2001 From: 135e2 <135e2@135e2.tk> Date: Thu, 2 Jun 2022 00:28:08 +0800 Subject: chore: load css & js locally... ... for better loading speed since jsDelivr sucks --- layout/_partial/scripts.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layout/_partial/scripts.ejs') diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs index 14348a9..9f8c267 100644 --- a/layout/_partial/scripts.ejs +++ b/layout/_partial/scripts.ejs @@ -40,12 +40,12 @@ <% if (is_post() && theme.podcast && page.podcast) { %> - - + + <% if (page.podcast.chapters) { %> - + + href="/css/shikwasa.chapter.min.css"> <% } %> <% } %> -- cgit v1.2.3