Fix HTML rendering
Previously the YAML example would contains the string 'yaml' at the top of the file. Very confusing for newcomers.
This commit is contained in:
parent
e523b22510
commit
55887194cd
|
@ -125,6 +125,7 @@ file name:
|
|||
Pages and posts can also access a specific data item. The example below shows how to access a specific item:
|
||||
|
||||
`_data/people.yml`:
|
||||
|
||||
```yaml
|
||||
dave:
|
||||
name: David Smith
|
||||
|
|
Loading…
Reference in New Issue