lib/jekyll/generators/pagination.rb in jekyll-1.3.1 vs lib/jekyll/generators/pagination.rb in jekyll-1.4.0

- old
+ new

@@ -15,10 +15,10 @@ def generate(site) if Pager.pagination_enabled?(site) if template = template_page(site) paginate(site, template) else - Jekyll.logger.warn "Pagination:", "Pagination is enabled, but I couldn't find" + + Jekyll.logger.warn "Pagination:", "Pagination is enabled, but I couldn't find " + "an index.html page to use as the pagination template. Skipping pagination." end end end