From a07978207ae24e53660a3eab544143a8167afbcc Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 16 Jun 2025 15:11:43 -0400 Subject: [PATCH] removed imports to fix blocking css loads --- css/index.css | 7 ------- shared_templates/main.html | 5 ++++- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 css/index.css diff --git a/css/index.css b/css/index.css deleted file mode 100644 index 753f81a..0000000 --- a/css/index.css +++ /dev/null @@ -1,7 +0,0 @@ -@import url(fonts.css); - -@import url(looks.css); - -@import url(layout.css); - -@import url(code.css); \ No newline at end of file diff --git a/shared_templates/main.html b/shared_templates/main.html index ac13523..8303b84 100644 --- a/shared_templates/main.html +++ b/shared_templates/main.html @@ -4,7 +4,10 @@ <!-- set automatically, see soupault.conf --> - + + + +