From 15a2a98e05d3a32502b135dc177e008b39ddbbad Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:09:58 +0800 Subject: [PATCH] Improved post loading speed. Also improved the layout for Home page. --- _includes/head.html | 24 +++++++--- _includes/panel.html | 19 ++++++-- _layouts/home.html | 7 --- _layouts/page.html | 4 +- _layouts/post.html | 22 +-------- assets/css/_src/main.scss | 47 ++++++++++---------- assets/js/_src/_commons/topbar-switch.js | 8 ++-- assets/js/dist/_commons/topbar-switch.min.js | 2 +- 8 files changed, 64 insertions(+), 69 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index b81ce0b..f6c9fcd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,11 +6,11 @@