From ee6600343b5700a4ef3ec41dbec3c0dae85547a7 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:00:31 -0400 Subject: [PATCH] Fix CSS loading --- _layouts/default.html | 2 +- {_css => css}/style old.css | 0 {_css => css}/style.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {_css => css}/style old.css (100%) rename {_css => css}/style.css (76%) diff --git a/_layouts/default.html b/_layouts/default.html index d842fee..0885b83 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ {{ page.title }} | KYS - + {% include nav.html %} diff --git a/_css/style old.css b/css/style old.css similarity index 100% rename from _css/style old.css rename to css/style old.css diff --git a/_css/style.css b/css/style.css similarity index 76% rename from _css/style.css rename to css/style.css index bdb6b9e..af13ea1 100644 --- a/_css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap"; +@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); .body { font-family: 'Roboto', sans-serif;