Remove apostrophe
This commit is contained in:
parent
f878aa943b
commit
1493db8fdf
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ This post should not appear in the search index because it has the following YAM
|
||||||
search: false
|
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}
|
{: .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).
|
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).
|
||||||
|
|
|
@ -12,7 +12,7 @@ This post should not appear in the search index because it has the following YAM
|
||||||
search: false
|
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}
|
{: .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).
|
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).
|
||||||
|
|
Loading…
Reference in a new issue