mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 17:44:43 -04:00
Fix typo on data templates page
This commit is contained in:
parent
b234c70ee3
commit
a079193f19
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user