Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit a17c33c

Browse files
committed
fixed config error
1 parent 353b996 commit a17c33c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ paginate_path: "blog/page:num"
6767
post_navigation: true
6868

6969
# PLUGINS
70-
gems: [jekyll-picture-tag]
70+
gems: [jekyll-picture-tag, jekyll-paginate]
7171

7272
# JEKYLL PICTURE TAG SETTINGS
7373
picture:
@@ -78,5 +78,4 @@ markdown: kramdown
7878
highlighter: rouge
7979
sass:
8080
sass_dir: _sass
81-
style: :compressed
82-
gems: [jekyll-paginate]
81+
style: :compressed

0 commit comments

Comments
 (0)