Skip to content

Commit 664dcab

Browse files
Merge pull request #7571 from rishiraj38/fix-empty-news-template
fix: prevent news template from rendering on news page
2 parents 0f23e11 + 303f51b commit 664dcab

File tree

1 file changed

+1
-1
lines changed
  • src/collections/news/news-template/0000-00-00-news-title

1 file changed

+1
-1
lines changed

src/collections/news/news-template/0000-00-00-news-title/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ category: Coverage # Must be either "Coverage" or "Release". This is used to det
1111
tags: [] # Mandatory. An array of tags for the news item, such as ["Meshery", "KubeCon", "CNCF"].
1212
presskit: "" # Optional. A URL to a press kit or additional resources related to the news item.
1313
resource: false # Mandatory. A boolean indicating whether this news item is a resource that should be listed in the resources section of the website. If true, it will be included in the resources section; if false or omitted, it will not be included in the resources section but will still appear in the news listing.
14-
published: true # Mandatory A boolean indicating whether the news item is published. If true, it will be visible on the website; if false, it will be hidden until ready for publication.
14+
published: false # Mandatory A boolean indicating whether the news item is published. If true, it will be visible on the website; if false, it will be hidden until ready for publication.
1515
source_url: "" # Mandatory. URL to the original article for "Originally published at" attribution.
1616

1717
---

0 commit comments

Comments
 (0)