remove ANOTHER debugl ine
This commit is contained in:
parent
5e8364459f
commit
65397d7478
1 changed files with 1 additions and 1 deletions
2
blog.js
2
blog.js
|
@ -13,7 +13,7 @@ const defaultConfig = {
|
|||
module.exports = {
|
||||
blogPosts: () => {
|
||||
var posts = []
|
||||
var pinned = ["balls"]
|
||||
var pinned = []
|
||||
|
||||
var dir = fs.readdirSync(paths.posts)
|
||||
dir.sort(function(a, b) {
|
||||
|
|
Loading…
Reference in a new issue