diff --git a/docs/_posts/2017-11-28-post-exclude-search.md b/docs/_posts/2017-11-28-post-exclude-search.md index 03f0d056..821e4edd 100644 --- a/docs/_posts/2017-11-28-post-exclude-search.md +++ b/docs/_posts/2017-11-28-post-exclude-search.md @@ -12,7 +12,7 @@ This post should not appear in the search index because it has the following YAM search: false ``` -**Note:** `search: false` only works to exclude post's when using Lunr as a search provider. +**Note:** `search: false` only works to exclude posts when using Lunr as a search provider. {: .notice--info} To exclude files when using Algolia as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html). diff --git a/test/_posts/2017-11-28-post-exclude-search.md b/test/_posts/2017-11-28-post-exclude-search.md index 907343a8..cb5b55d8 100644 --- a/test/_posts/2017-11-28-post-exclude-search.md +++ b/test/_posts/2017-11-28-post-exclude-search.md @@ -12,7 +12,7 @@ This post should not appear in the search index because it has the following YAM search: false ``` -**Note:** `search: false` only works to exclude post's when using **Lunr** as a search provider. +**Note:** `search: false` only works to exclude posts when using **Lunr** as a search provider. {: .notice--info} To exclude files when using **Algolia** as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html).