Add search index excluded post

Post to test `search: false`
This commit is contained in:
Michael Rose 2017-11-28 08:38:07 -05:00
parent a612808f2a
commit a9cad4f066

View 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
```