Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit e152f19

Browse files
committed
Add loading lazy image
1 parent e98b128 commit e152f19

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source "https://rubygems.org"
22

33
gem 'jekyll'
44
gem 'jekyll-seo-tag'
5+
gem 'jekyll-loading-lazy'

_config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ defaults:
3535
values:
3636
layout: default
3737

38-
plugins: [jekyll-seo-tag]
38+
plugins:
39+
- jekyll-seo-tag
40+
- jekyll-loading-lazy
3941

4042
sass:
4143
style: compressed

0 commit comments

Comments
 (0)