Skip to content

Commit 16c186a

Browse files
test
1 parent 583c71f commit 16c186a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/pages/blog/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const { data: articles } = await useAsyncData("blogposts", () =>
4343
queryCollection("blog")
4444
.where("id", "NOT LIKE", "%.draft.md")
4545
.where("title", "NOT LIKE", "Placeholder")
46-
.where("meta.unlisted", "<>", true)
46+
.where("title", "NOT LIKE", "%unlisted%")
4747
.select("id", "meta", "path", "title", "description")
4848
.all()
4949
);

content/blog/yuzu-help.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--
2-
unlisted: true
2+
title: test
33
--
44

5-
# Yuzu Help
6-
meow
5+
# Yuzu Help (unlisted)
6+
7+
meow

0 commit comments

Comments
 (0)