Skip to content

Commit

Permalink
change jekyll-paginate to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothy110 committed Nov 22, 2022
1 parent 01b2989 commit f2c1b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ medium_username: 'baoluyu'
markdown: kramdown
# theme: phantom # Uncomment once published to RubyGems
plugins:
- jekyll-paginate
- jekyll-paginate-v2

############################################################
# Site configuration for the Jekyll 3 Pagination Gem
Expand Down
2 changes: 1 addition & 1 deletion phantom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "jekyll-paginate", "~> 2.0"
spec.add_development_dependency "jekyll-paginate-v2", "~> 3.0"
end

0 comments on commit f2c1b9d

Please sign in to comment.