Added paginate default to nil
I found this missing property in the default configuration description.
This commit is contained in:
parent
012387396a
commit
cb80a849e4
|
@ -294,6 +294,7 @@ relative_permalinks: true
|
||||||
|
|
||||||
permalink: date
|
permalink: date
|
||||||
paginate_path: 'page:num'
|
paginate_path: 'page:num'
|
||||||
|
paginate: nil
|
||||||
|
|
||||||
markdown: maruku
|
markdown: maruku
|
||||||
markdown_ext: markdown,mkd,mkdn,md
|
markdown_ext: markdown,mkd,mkdn,md
|
||||||
|
|
Loading…
Reference in New Issue