# File lib/jekyll/pager.rb, line 11 def self.pagination_enabled?(config, file) file == 'index.html' && !config['paginate'].nil? end