Pagination generator should have :lowest priority
This commit is contained in:
parent
47eac96fdc
commit
eceebb23a6
|
@ -4,6 +4,9 @@ module Jekyll
|
||||||
# This generator is safe from arbitrary code execution.
|
# This generator is safe from arbitrary code execution.
|
||||||
safe true
|
safe true
|
||||||
|
|
||||||
|
# This generator should be passive with regard to its execution
|
||||||
|
priority :lowest
|
||||||
|
|
||||||
# Generate paginated pages if necessary.
|
# Generate paginated pages if necessary.
|
||||||
#
|
#
|
||||||
# site - The Site.
|
# site - The Site.
|
||||||
|
|
Loading…
Reference in New Issue