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