Add search index excluded post to demo site
This commit is contained in:
parent
7b3ddfefdf
commit
79a8beb61b
1 changed files with 12 additions and 0 deletions
12
docs/_posts/2017-11-28-post-exclude-search.md
Normal file
12
docs/_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