Add search index excluded post
Post to test `search: false`
This commit is contained in:
parent
a612808f2a
commit
a9cad4f066
1 changed files with 12 additions and 0 deletions
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
|
||||
```
|
Loading…
Reference in a new issue