From e561dfb9be3534ebeb2aec1d9f864953e2763ab2 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 29 Apr 2020 02:54:18 +0800 Subject: [PATCH] Simplified the lazy loading of post images. --- _includes/lozad.html | 6 +++--- _layouts/post.html | 16 +++++----------- assets/css/post.scss | 22 +++++++++++----------- assets/img/commons/loading.png | Bin 99 -> 0 bytes 4 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 assets/img/commons/loading.png diff --git a/_includes/lozad.html b/_includes/lozad.html index 179deb8..ae2717e 100644 --- a/_includes/lozad.html +++ b/_includes/lozad.html @@ -1,7 +1,7 @@ - + - \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index b84cd6c..d8031c8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -64,19 +64,13 @@ layout: default