Reverse
This commit is contained in:
parent
d7f6a4206b
commit
fbb50c6cbe
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -33,7 +33,7 @@ app.listen(PORT, () => {
|
|||
})
|
||||
|
||||
function pageUpdate() {
|
||||
var postsArray = fs.readdirSync(postsPath)
|
||||
var postsArray = fs.readdirSync(postsPath).reverse()
|
||||
|
||||
var html = ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue