From 5b320a3b35ab6c69b1c2bb0c15f650539157f7fa Mon Sep 17 00:00:00 2001 From: hayesall Date: Sun, 22 Oct 2023 13:29:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Drop=20references=20to=20`exclud?= =?UTF-8?q?e.css`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/index.hbs | 1 - tests/init.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index e18f489b..2ee58c62 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -28,7 +28,6 @@ - {{#if print_enable}} {{/if}} diff --git a/tests/init.rs b/tests/init.rs index 47f3260b..2b6ad507 100644 --- a/tests/init.rs +++ b/tests/init.rs @@ -117,7 +117,6 @@ fn copy_theme() { let expected = vec![ "book.js", "css/chrome.css", - "css/exclude.css", "css/general.css", "css/print.css", "css/variables.css",