Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update baseAutoPage.rb #238

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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