🔥 Drop references to `exclude.css`

This commit is contained in:
hayesall 2023-10-22 13:29:44 -04:00
parent 3d4721fd96
commit 5b320a3b35
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@
<link rel="stylesheet" href="{{ path_to_root }}css/variables.css"> <link rel="stylesheet" href="{{ path_to_root }}css/variables.css">
<link rel="stylesheet" href="{{ path_to_root }}css/general.css"> <link rel="stylesheet" href="{{ path_to_root }}css/general.css">
<link rel="stylesheet" href="{{ path_to_root }}css/chrome.css"> <link rel="stylesheet" href="{{ path_to_root }}css/chrome.css">
<link rel="stylesheet" href="{{ path_to_root }}css/exclude.css">
{{#if print_enable}} {{#if print_enable}}
<link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print"> <link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print">
{{/if}} {{/if}}

View File

@ -117,7 +117,6 @@ fn copy_theme() {
let expected = vec![ let expected = vec![
"book.js", "book.js",
"css/chrome.css", "css/chrome.css",
"css/exclude.css",
"css/general.css", "css/general.css",
"css/print.css", "css/print.css",
"css/variables.css", "css/variables.css",