Fix typo on data templates page

This commit is contained in:
Joe Mooring 2022-11-06 20:55:56 -08:00 committed by GitHub
parent b234c70ee3
commit a079193f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Data file|Template code
`123.json`|`{{ index .Site.Data "123" }}`
`x123.json`|`{{ index .Site.Data "x123" }}`
`_123.json`|`{{ index .Site.Data "_123" }}`
`x-123.json`|`{{ index .Site.Data "_123" }}`
`x-123.json`|`{{ index .Site.Data "x-123" }}`
## Data Files in Themes