Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-11-07 07:55:56 +0300
committerGitHub <noreply@github.com>2022-11-07 07:55:56 +0300
commita079193f1918e7894cce84165ac70e054bc5cf7a (patch)
treec03c6cd39cc8b933770c4139f14ae714ae242d95
parentb234c70ee3cbfd073c5c1f1eaec7a4d6f57c92e3 (diff)
Fix typo on data templates page
-rw-r--r--content/en/templates/data-templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/templates/data-templates.md b/content/en/templates/data-templates.md
index 6188abaa0..5ea574457 100644
--- a/content/en/templates/data-templates.md
+++ b/content/en/templates/data-templates.md
@@ -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