We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c9fb1 commit 596b9e0Copy full SHA for 596b9e0
site/_docs/datafiles.md
@@ -23,8 +23,8 @@ Plugins/themes can also leverage Data Files to set configuration variables.
23
24
As explained on the [directory structure](../structure/) page, the `_data`
25
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`.
+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`.
28
29
## Example: List of members
30
0 commit comments