Add search index excluded post
Post to test `search: false`
This commit is contained in:
12
test/_posts/2017-11-28-post-exclude-search.md
Normal file
12
test/_posts/2017-11-28-post-exclude-search.md
Normal file
@ -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
|
||||||
|
```
|
Reference in New Issue
Block a user