dot json;

This commit is contained in:
Ben Balter 2014-05-09 10:32:18 -04:00
parent d3f9da7645
commit 1315112ab5
1 changed files with 1 additions and 1 deletions

View File

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