Mentioned CSV extension in docs for data files

Since CSV files are supported as collections.
This commit is contained in:
Niclas Darville 2014-11-13 10:30:00 +01:00
parent 39c9fb120f
commit 596b9e0785
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ Plugins/themes can also leverage Data Files to set configuration variables.
As explained on the [directory structure](../structure/) page, the `_data`
folder is where you can store additional data for Jekyll to use when generating
your site. These files must be YAML files (using either the `.yml`, `.yaml` or `.json`
extension) and they will be accessible via `site.data`.
your site. These files must be YAML files (using either the `.yml`, `.yaml`, `.json`
or `csv` extension) and they will be accessible via `site.data`.
## Example: List of members