Skip to content

Commit 596b9e0

Browse files
committed
Mentioned CSV extension in docs for data files
Since CSV files are supported as collections.
1 parent 39c9fb1 commit 596b9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/_docs/datafiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Plugins/themes can also leverage Data Files to set configuration variables.
2323

2424
As explained on the [directory structure](../structure/) page, the `_data`
2525
folder is where you can store additional data for Jekyll to use when generating
26-
your site. These files must be YAML files (using either the `.yml`, `.yaml` or `.json`
27-
extension) and they will be accessible via `site.data`.
26+
your site. These files must be YAML files (using either the `.yml`, `.yaml`, `.json`
27+
or `csv` extension) and they will be accessible via `site.data`.
2828

2929
## Example: List of members
3030

0 commit comments

Comments
 (0)