From 823883ffc36d5b9c02b64a545061c740364e7454 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 8 Apr 2021 22:53:36 +0300 Subject: add main.css that imports all others --- _includes/common/header.html | 9 +-------- assets/css/main.css | 4 ++++ 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 assets/css/main.css diff --git a/_includes/common/header.html b/_includes/common/header.html index 8abe740..7f5390e 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -13,14 +13,7 @@ {% include common/bootstrap_css.html %} - - - - {% if page.custom_css %} - {% for css in page.custom_css %} - - {% endfor %} - {% endif %} + {% include common/ie_compat.html %} {% include common/mathjax.html %} diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..9593c5a --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,4 @@ +@import 'common/footer.css'; +@import 'common/misc.css'; +@import 'snippets.css'; +@import 'syntax.css'; -- cgit v1.2.3