mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
limit posts during development
This commit is contained in:
parent
dc7426e7d1
commit
dcb4159443
@ -57,7 +57,7 @@ module.exports = function(grunt){
|
||||
options: {
|
||||
drafts: true,
|
||||
future: true,
|
||||
//limit_posts: 50
|
||||
limit_posts: 5
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user