diff --git a/test/_posts/2017-11-28-post-exclude-search.md b/test/_posts/2017-11-28-post-exclude-search.md new file mode 100644 index 000000000000..742bcb231fdf --- /dev/null +++ b/test/_posts/2017-11-28-post-exclude-search.md @@ -0,0 +1,12 @@ +--- +title: "Exclude Post from Search Index" +search: false +categories: + - Jekyll +--- + +This post should not appear in the search index because it has the following YAML Front Matter: + +```yaml +search: false +``` \ No newline at end of file