From edb50b81a396026db8bd8264ac56b86158680fc7 Mon Sep 17 00:00:00 2001 From: David Smith Date: Sun, 15 Feb 2015 17:20:02 -0500 Subject: [PATCH] changed the codefile name --- site/_docs/datafiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/datafiles.md b/site/_docs/datafiles.md index 8eaecc9b..4fd6e7b2 100644 --- a/site/_docs/datafiles.md +++ b/site/_docs/datafiles.md @@ -119,7 +119,7 @@ The organizations can then be accessed via `site.data.orgs`, followed by the fil Pages and posts can also access a specific data item. The example below shows how to access a specific item: -`_data/peoplejekyll.yml`: +`_data/people.yml`: {% highlight yaml %} dave: name: David Smith