feat: drafted out content recommendation post
This commit is contained in:
parent
3970f98dcd
commit
a0322e7059
3 changed files with 76 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ const getPostTags = (post, mdInstance) => {
|
|||
}
|
||||
|
||||
const isReleased = (post) => {
|
||||
return post.data.unreleased !== true;
|
||||
return post.data.released !== false;
|
||||
}
|
||||
|
||||
const markdownItHashtag = (md) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue