Clarify relevance of data file basename [skip ci]
This commit is contained in:
parent
1a03aafb81
commit
716536b551
|
@ -49,8 +49,8 @@ Parker Moore,parkr
|
||||||
Liu Fengyun,liufengyun
|
Liu Fengyun,liufengyun
|
||||||
```
|
```
|
||||||
|
|
||||||
This data can be accessed via `site.data.members` (notice that the filename
|
This data can be accessed via `site.data.members` (notice that the file's *basename* determines the variable name and
|
||||||
determines the variable name).
|
therefore one should avoid having data files with the same basename but different extensions, in the same directory).
|
||||||
|
|
||||||
You can now render the list of members in a template:
|
You can now render the list of members in a template:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue