made requested change

**includes** --> *includes*
This commit is contained in:
Tom Johnson 2016-12-28 23:00:06 -08:00 committed by GitHub
parent b37b433b60
commit 2c8b826460
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ If you have small page snippets that you want to include in multiple places on y
{% raw %}{% include footer.html %}{% endraw %}
```
Jekyll expects all **include files** to be placed in an `_includes` directory at the root of your source directory. In the above example, this will embed the contents of `_includes/footer.html` into the calling file.
Jekyll expects all *include files* to be placed in an `_includes` directory at the root of your source directory. In the above example, this will embed the contents of `_includes/footer.html` into the calling file.
For more advanced information on using includes, see [Includes](../includes).