From b23a6dd194a70283745e9edbfd94a12094d5b7d0 Mon Sep 17 00:00:00 2001 From: Nigh Date: Thu, 28 Jan 2021 02:48:14 +0800 Subject: [PATCH 1/4] remove duplicate css --- layouts/partials/header.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e192cc0..c50e167 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,7 +3,6 @@ - @@ -14,4 +13,4 @@ const nav = document.querySelector('nav') nav.classList.toggle('onscroll', window.scrollY > 0) }) - \ No newline at end of file + From 8eab61900ac23a3620b32331646ce92a9601bbc8 Mon Sep 17 00:00:00 2001 From: Nigh Date: Thu, 28 Jan 2021 02:49:29 +0800 Subject: [PATCH 2/4] use font-awesome cdn --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c50e167..346ff32 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,7 @@ - +