Merge pull request #1759 from mojombo/pagination-lowest-priority

Pagination generator should have :lowest priority
This commit is contained in:
Matt Rogers 2013-11-26 17:45:31 -08:00
commit f8ae2ce7d9
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ module Jekyll
# 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.