Update extortion page and RPG LinkList
Update dependencies Update to v0.9.1
This commit is contained in:
@@ -225,7 +225,10 @@ module.exports = async (config) => {
|
||||
if (b.date_pub) return 1;
|
||||
return 0;
|
||||
},
|
||||
pages = files.map(({ page }) => ({ ...page })).sort(sortByPubDate),
|
||||
pages = files
|
||||
.map(({ page }) => ({ ...page }))
|
||||
.filter(({ is_draft }) => !is_draft)
|
||||
.sort(sortByPubDate),
|
||||
tagCloud = pages.reduce((acc, curr) => {
|
||||
const { tags } = curr;
|
||||
tags.forEach((tag) => {
|
||||
|
Reference in New Issue
Block a user