Skip to content

Commit

Permalink
Update baseAutoPage.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lalishansh authored Jun 25, 2022
1 parent e4e1d01 commit d710a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jekyll-paginate-v2/autopages/pages/baseAutoPage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(site, base, autopage_config, pagination_config, layout_name, set_
@base = base
@name = 'index.html'

layout_dir = '_layouts'
layout_dir = site.config['layouts_dir']

# Path is only used by the convertible module and accessed below when calling read_yaml
# Handling themes stored in a gem
Expand Down Expand Up @@ -57,4 +57,4 @@ def initialize(site, base, autopage_config, pagination_config, layout_name, set_
end #function initialize
end #class BaseAutoPage
end # module PaginateV2
end # module Jekyll
end # module Jekyll

0 comments on commit d710a8a

Please sign in to comment.