From a2bf106c475b77d0827d41e0d098a5b3ccca09c8 Mon Sep 17 00:00:00 2001 From: David Smith Date: Sun, 15 Feb 2015 17:19:31 -0500 Subject: [PATCH] forgot a tick around a 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 d602f96a..8eaecc9b 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/peoplejekyll.yml`: {% highlight yaml %} dave: name: David Smith