feat: drafted out content recommendation post

This commit is contained in:
Leyla Becker 2026-02-11 16:34:18 -06:00
parent 3970f98dcd
commit a0322e7059
3 changed files with 76 additions and 2 deletions

View file

@ -54,7 +54,7 @@ const getPostTags = (post, mdInstance) => {
}
const isReleased = (post) => {
return post.data.unreleased !== true;
return post.data.released !== false;
}
const markdownItHashtag = (md) => {