diff options
Diffstat (limited to 'content/templates/data-templates.md')
-rw-r--r-- | content/templates/data-templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/templates/data-templates.md b/content/templates/data-templates.md index 385bd10a8..c0b2b5145 100644 --- a/content/templates/data-templates.md +++ b/content/templates/data-templates.md @@ -118,7 +118,7 @@ Note the use of the [`markdownify` template function][markdownify]. This will se ## Data-Driven Content -In addition to the [data files](/extras/datafiles/) feature, Hugo also a "data-driven content" feature, which lets you load any [JSON](http://www.json.org/) or [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) file from nearly any resource. +In addition to the [data files](/extras/datafiles/) feature, Hugo also has a "data-driven content" feature, which lets you load any [JSON](http://www.json.org/) or [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) file from nearly any resource. Data-driven content currently consists of two functions, `getJSON` and `getCSV`, which are available in all template files. |