lib/jekyll/generators/pagination.rb in jekyll-1.3.0 vs lib/jekyll/generators/pagination.rb in jekyll-1.3.1
- old
+ new
@@ -2,9 +2,12 @@
module Generators
class Pagination < Generator
# This generator is safe from arbitrary code execution.
safe true
+ # This generator should be passive with regard to its execution
+ priority :lowest
+
# Generate paginated pages if necessary.
#
# site - The Site.
#
# Returns nothing.