diff --git a/src/components/astro/blog/BlogPostPreview.astro b/src/components/astro/blog/BlogPostPreview.astro index 7fd1f57..cb5483a 100644 --- a/src/components/astro/blog/BlogPostPreview.astro +++ b/src/components/astro/blog/BlogPostPreview.astro @@ -20,6 +20,7 @@ await loadNamespaces(locale, ["blog"]); ---
+ {post.data.hidden &&
DEV MODE HIDDEN
} {post.data.title}
@@ -43,6 +44,16 @@ await loadNamespaces(locale, ["blog"]);